diff options
author | Christian Heimes <christian@cheimes.de> | 2013-10-21 10:32:21 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-10-21 10:32:21 (GMT) |
commit | e1bfd3e296872afaab54ae86de45176a6f77bcab (patch) | |
tree | 8f6c801355d633bc3cd4fdf00f95667dff396802 /Doc | |
parent | c20bcde58dc2ed770900ab553ac663f2f1212fc2 (diff) | |
download | cpython-e1bfd3e296872afaab54ae86de45176a6f77bcab.zip cpython-e1bfd3e296872afaab54ae86de45176a6f77bcab.tar.gz cpython-e1bfd3e296872afaab54ae86de45176a6f77bcab.tar.bz2 |
Fix typo in whatsnew
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index c02b9cc..ac50497 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -434,7 +434,7 @@ POP3 server. pprint ------ -The :mod::`pprint` module now supports *compact* mode for formatting long +The :mod:`pprint` module now supports *compact* mode for formatting long sequences (:issue:`19132`). |