Skip to content

Commit 3c39f33

Browse files
authored
gh-114099: Fix typos in iOS/README.rst (GH-118378)
1 parent 98739c9 commit 3c39f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iOS/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ content of the two "thin" ``Python.framework`` directories, plus the ``bin`` and
224224

225225
$ lipo -create -output module.dylib path/to/x86_64/module.dylib path/to/arm64/module.dylib
226226

227-
* The header files will be indentical on both architectures, except for
227+
* The header files will be identical on both architectures, except for
228228
``pyconfig.h``. Copy all the headers from one platform (say, arm64), rename
229229
``pyconfig.h`` to ``pyconfig-arm64.h``, and copy the ``pyconfig.h`` for the
230230
other architecture into the merged header folder as ``pyconfig-x86_64.h``.
@@ -355,7 +355,7 @@ pass in command line arguments to configure test suite operation. To work around
355355
this limitation, the arguments that would normally be passed as command line
356356
arguments are configured as a static string at the start of the XCTest method
357357
``- (void)testPython`` in ``iOSTestbedTests.m``. To pass an argument to the test
358-
suite, add a a string to the ``argv`` defintion. These arguments will be passed
358+
suite, add a a string to the ``argv`` definition. These arguments will be passed
359359
to the test suite as if they had been passed to ``python -m test`` at the
360360
command line.
361361

0 commit comments

Comments
 (0)