summaryrefslogtreecommitdiff
path: root/Lib/threading.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 15:53:55 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 15:53:55 +0300
commit20bb8581bd5ed082be781ce6d24b7b7b6b19cebc (patch)
treeb5a6e220e3fdc56743b5e8ac14cbc7a566b61e12 /Lib/threading.py
parent6a8989e6913b62b6dcda6b6aaa7eec7d8edda3e0 (diff)
parent88e1e502c6427f30079d18813c6a5df92112a0ae (diff)
downloadcpython-20bb8581bd5ed082be781ce6d24b7b7b6b19cebc.tar.gz
#18705: merge with 3.3.
Diffstat (limited to 'Lib/threading.py')
-rw-r--r--Lib/threading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/threading.py b/Lib/threading.py
index 3526894ae0..c7f919c33b 100644
--- a/Lib/threading.py
+++ b/Lib/threading.py
@@ -19,7 +19,7 @@ except ImportError:
# 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