mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
parent
2404cd9460
commit
3f0198d927
18 changed files with 23 additions and 23 deletions
|
@ -303,8 +303,8 @@ modules in your app, some additional steps will be required:
|
|||
* You need to ensure that any folders containing third-party binaries are
|
||||
either associated with the app target, or copied in as part of step 8. Step 8
|
||||
should also purge any binaries that are not appropriate for the platform a
|
||||
specific build is targetting (i.e., delete any device binaries if you're
|
||||
building app app targeting the simulator).
|
||||
specific build is targeting (i.e., delete any device binaries if you're
|
||||
building an app targeting the simulator).
|
||||
|
||||
* Any folders that contain third-party binaries must be processed into
|
||||
framework form by step 9. The invocation of ``install_dylib`` that processes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue