From 7d12ca5fd456517157724743153d02ab7b215600 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 8 Sep 2013 20:43:16 +0300 Subject: [PATCH] Fix a typo. (closes #18953) --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 3956628edb..d239b34903 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. -- 2.50.1