[Python-checkins] cpython: Fix typo in whatsnew

christian.heimes python-checkins at python.org
Mon Oct 21 12:32:29 CEST 2013


http://hg.python.org/cpython/rev/2c7cb8b2bd50
changeset:   86547:2c7cb8b2bd50
user:        Christian Heimes <christian at cheimes.de>
date:        Mon Oct 21 12:32:21 2013 +0200
summary:
  Fix typo in whatsnew

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -434,7 +434,7 @@
 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`).
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list