]> granicus.if.org Git - python/commitdiff
Fix a typo. (closes #18953)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Sep 2013 17:43:16 +0000 (20:43 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Sep 2013 17:43:16 +0000 (20:43 +0300)
Misc/NEWS

index 3956628edb3c7b3d1dc21a74681152aa61b27dc2..d239b349039976c5fa4313afbc8025dfe1edccb3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,7 +36,7 @@ Library
   has a different __name__ than its name in the TestCase class dictionary.
 
 - 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.