]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo. (closes #18953)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Sep 2013 17:42:13 +0000 (20:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Sep 2013 17:42:13 +0000 (20:42 +0300)
Misc/NEWS

index ed5f6cd1c3d002bc1572d8e38d8b4f2a64e25d7d..51e055786e35398911ef39c7020fa9bd21cdef96 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,7 +69,7 @@ Library
 -------
 
 - 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.