summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-16 17:33:13 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-16 17:33:13 (GMT)
commitcd174da82f8bab81d813ccfc062ccf237651ab59 (patch)
tree109d3fc41febf17a695432adaeace160ba3ee430 /Doc/library
parentad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32 (diff)
downloadcpython-cd174da82f8bab81d813ccfc062ccf237651ab59.zip
cpython-cd174da82f8bab81d813ccfc062ccf237651ab59.tar.gz
cpython-cd174da82f8bab81d813ccfc062ccf237651ab59.tar.bz2
Fix reprlib docs.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/datatypes.rst2
-rw-r--r--Doc/library/reprlib.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst
index 4ebaa6c..b6b37ab 100644
--- a/Doc/library/datatypes.rst
+++ b/Doc/library/datatypes.rst
@@ -36,4 +36,4 @@ The following modules are documented in this chapter:
new.rst
copy.rst
pprint.rst
- repr.rst
+ reprlib.rst
diff --git a/Doc/library/reprlib.rst b/Doc/library/reprlib.rst
index 030fda7..c4859be 100644
--- a/Doc/library/reprlib.rst
+++ b/Doc/library/reprlib.rst
@@ -1,9 +1,9 @@
-
:mod:`reprlib` --- Alternate :func:`repr` implementation
-=====================================================
+========================================================
.. module:: repr
:synopsis: Old name for the reprlib module.
+
.. module:: reprlib
:synopsis: Alternate repr() implementation with size limits.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>