[Python-checkins] cpython (merge 3.3 -> default): Fix a typo. (closes #18953)

serhiy.storchaka python-checkins at python.org
Sun Sep 8 19:45:43 CEST 2013


http://hg.python.org/cpython/rev/9dc5bdab157e
changeset:   85629:9dc5bdab157e
parent:      85626:138e086e187d
parent:      85628:c08e92529f62
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun Sep 08 20:43:02 2013 +0300
summary:
  Fix a typo. (closes #18953)

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,7 +87,7 @@
   readline activation code in ``site.py``.
 
 - Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
-  the _sre moduel.
+  the _sre module.
 
 - Issue #18830: inspect.getclasstree() no more produces duplicated entries even
   when input list contains duplicates.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list