summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-08 17:43:02 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-08 17:43:02 (GMT)
commit050b62d1a684925635193707d2fd1256b4021f6e (patch)
tree3d238b985747ba7587875f2c2845b7d667d36a3f
parentd86709ce91297e440b6230c041743cfaa2339296 (diff)
parentc70018044304e4c68d5f2f036541cd8f6fe54555 (diff)
downloadcpython-050b62d1a684925635193707d2fd1256b4021f6e.zip
cpython-050b62d1a684925635193707d2fd1256b4021f6e.tar.gz
cpython-050b62d1a684925635193707d2fd1256b4021f6e.tar.bz2
Fix a typo. (closes #18953)
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 128e740..1a052f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,7 +87,7 @@ Library
readline activation code in ``site.py``.
- 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.