From: Serhiy Storchaka Date: Sun, 8 Sep 2013 17:43:16 +0000 (+0300) Subject: Fix a typo. (closes #18953) X-Git-Tag: v2.7.6rc1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d12ca5fd456517157724743153d02ab7b215600;p=thirdparty%2FPython%2Fcpython.git Fix a typo. (closes #18953) --- diff --git a/Misc/NEWS b/Misc/NEWS index 3956628edb3c..d239b3490399 100644 --- 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.