diff options
author | Wulian233 <71213467+Wulian233@users.noreply.github.com> | 2024-04-27 09:25:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-27 09:25:32 (GMT) |
commit | c57326f48729f5cd7ddf7e2b38c4fd06d0962a41 (patch) | |
tree | d7fc5d997754da038ae76f700877479adcfe6200 /iOS | |
parent | 8397d8d3002d3d817d4fbb8f852690be8ed0d6c7 (diff) | |
download | cpython-c57326f48729f5cd7ddf7e2b38c4fd06d0962a41.zip cpython-c57326f48729f5cd7ddf7e2b38c4fd06d0962a41.tar.gz cpython-c57326f48729f5cd7ddf7e2b38c4fd06d0962a41.tar.bz2 |
Correct typo in iOS README (#118341)
Diffstat (limited to 'iOS')
-rw-r--r-- | iOS/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iOS/README.rst b/iOS/README.rst index df429b6..a0ffa57 100644 --- a/iOS/README.rst +++ b/iOS/README.rst @@ -50,7 +50,7 @@ iOS specific arguments to configure Unless you know what you're doing, changing the name of the Python framework on iOS is not advised. If you use this option, you won't be able - to run the ``make testios`` target without making signficant manual + to run the ``make testios`` target without making significant manual alterations, and you won't be able to use any binary packages unless you compile them yourself using your own framework name. |