mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix typos in the Lib directory (GH-28775)
Fix typos in the Lib directory as identified by codespell. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
db693df3e1
commit
745c9d9dfc
64 changed files with 83 additions and 83 deletions
|
@ -184,7 +184,7 @@ _PYTHON_BUILD = is_python_build(True)
|
|||
|
||||
if _PYTHON_BUILD:
|
||||
for scheme in ('posix_prefix', 'posix_home'):
|
||||
# On POSIX-y platofrms, Python will:
|
||||
# On POSIX-y platforms, Python will:
|
||||
# - Build from .h files in 'headers' (which is only added to the
|
||||
# scheme when building CPython)
|
||||
# - Install .h files to 'include'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue