From: Serhiy Storchaka Date: Sun, 8 Sep 2013 17:42:13 +0000 (+0300) Subject: Fix a typo. (closes #18953) X-Git-Tag: v3.4.0a3~89^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c70018044304e4c68d5f2f036541cd8f6fe54555;p=thirdparty%2FPython%2Fcpython.git Fix a typo. (closes #18953) --- diff --git a/Misc/NEWS b/Misc/NEWS index ed5f6cd1c3d0..51e055786e35 100644 --- 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.