]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in whatsnew
authorChristian Heimes <christian@cheimes.de>
Mon, 21 Oct 2013 10:32:21 +0000 (12:32 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 21 Oct 2013 10:32:21 +0000 (12:32 +0200)
Doc/whatsnew/3.4.rst

index c02b9ccdebbc99dd88fedf9569576218e247fd66..ac504978a2ccf22f855b94f4d5f84b1b55be4858 100644 (file)
@@ -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`).