summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-08 17:42:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-08 17:42:13 (GMT)
commitc70018044304e4c68d5f2f036541cd8f6fe54555 (patch)
treed4a4f98edc4fde760fda16b5c2e8b25c4793185f /Misc
parentdfa689bfddad0d262fc788445f91851307897327 (diff)
downloadcpython-c70018044304e4c68d5f2f036541cd8f6fe54555.zip
cpython-c70018044304e4c68d5f2f036541cd8f6fe54555.tar.gz
cpython-c70018044304e4c68d5f2f036541cd8f6fe54555.tar.bz2
Fix a typo. (closes #18953)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed5f6cd..51e0557 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.