From: Christian Heimes Date: Mon, 21 Oct 2013 10:32:21 +0000 (+0200) Subject: Fix typo in whatsnew X-Git-Tag: v3.4.0b1~571^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1bfd3e296872afaab54ae86de45176a6f77bcab;p=thirdparty%2FPython%2Fcpython.git Fix typo in whatsnew --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index c02b9ccdebbc..ac504978a2cc 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`).