mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-32297: Few misspellings found in Python source code comments. (#4803)
* Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py
This commit is contained in:
parent
5364b5cd75
commit
53f7a7c281
39 changed files with 71 additions and 71 deletions
2
setup.py
2
setup.py
|
|
@ -1399,7 +1399,7 @@ class PyBuildExt(build_ext):
|
|||
if host_platform == 'darwin':
|
||||
# On OS X, there is no separate /usr/lib/libncursesw nor
|
||||
# libpanelw. If we are here, we found a locally-supplied
|
||||
# version of libncursesw. There should be also be a
|
||||
# version of libncursesw. There should also be a
|
||||
# libpanelw. _XOPEN_SOURCE defines are usually excluded
|
||||
# for OS X but we need _XOPEN_SOURCE_EXTENDED here for
|
||||
# ncurses wide char support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue