mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
#18705: fix a number of typos. Patch by Févry Thibault.
This commit is contained in:
parent
67f39777fa
commit
30b9d5d3af
25 changed files with 44 additions and 44 deletions
|
@ -14,7 +14,7 @@ from _weakrefset import WeakSet
|
|||
# Note regarding PEP 8 compliant names
|
||||
# This threading model was originally inspired by Java, and inherited
|
||||
# the convention of camelCase function and method names from that
|
||||
# language. Those originaly names are not in any imminent danger of
|
||||
# language. Those original names are not in any imminent danger of
|
||||
# being deprecated (even for Py3k),so this module provides them as an
|
||||
# alias for the PEP 8 compliant names
|
||||
# Note that using the new PEP 8 compliant names facilitates substitution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue