diff options
Diffstat (limited to 'Doc/whatsnew')
-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`). |