diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-08 17:43:02 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-08 17:43:02 (GMT) |
| commit | 050b62d1a684925635193707d2fd1256b4021f6e (patch) | |
| tree | 3d238b985747ba7587875f2c2845b7d667d36a3f | |
| parent | d86709ce91297e440b6230c041743cfaa2339296 (diff) | |
| parent | c70018044304e4c68d5f2f036541cd8f6fe54555 (diff) | |
| download | cpython-050b62d1a684925635193707d2fd1256b4021f6e.zip cpython-050b62d1a684925635193707d2fd1256b4021f6e.tar.gz cpython-050b62d1a684925635193707d2fd1256b4021f6e.tar.bz2 | |
Fix a typo. (closes #18953)
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
