summaryrefslogtreecommitdiff
path: root/Doc/library/pprint.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-16 19:13:50 +0000
committerÉric Araujo <merwok@netwok.org>2010-11-16 19:13:50 +0000
commit208ebee75e9387807d33e91373dbb4ad767f513e (patch)
tree780b22149cf9a455614b6c1707e3ba7702b12ef8 /Doc/library/pprint.rst
parenteee86809bc4be2fcc73ea62a09cbd4ac8d011f6b (diff)
downloadcpython-208ebee75e9387807d33e91373dbb4ad767f513e.tar.gz
Provide links to Python source where the code is short, readable and
informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
Diffstat (limited to 'Doc/library/pprint.rst')
-rw-r--r--Doc/library/pprint.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst
index 932be754a2..82648a1e91 100644
--- a/Doc/library/pprint.rst
+++ b/Doc/library/pprint.rst
@@ -21,6 +21,11 @@ width constraint.
Dictionaries are sorted by key before the display is computed.
+.. seealso::
+
+ Latest version of the :source:`pprint module Python source code
+ <Lib/pprint.py>`
+
The :mod:`pprint` module defines one class:
.. First the implementation class: