summaryrefslogtreecommitdiffstats
path: root/Doc/library/repr.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-20 22:42:40 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-20 22:42:40 (GMT)
commit3e46d7cba27f5636ba16c37651ba4ff6371e1a50 (patch)
tree7dbb7da8230662df1285a4eed96a5aa6618edc93 /Doc/library/repr.rst
parent967d41fff1df58ba5ac64d161e3134a307a750ac (diff)
downloadcpython-3e46d7cba27f5636ba16c37651ba4ff6371e1a50.zip
cpython-3e46d7cba27f5636ba16c37651ba4ff6371e1a50.tar.gz
cpython-3e46d7cba27f5636ba16c37651ba4ff6371e1a50.tar.bz2
Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name.
Diffstat (limited to 'Doc/library/repr.rst')
-rw-r--r--Doc/library/repr.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/repr.rst b/Doc/library/repr.rst
index b604186..7526cb6 100644
--- a/Doc/library/repr.rst
+++ b/Doc/library/repr.rst
@@ -3,6 +3,7 @@
.. module:: repr
:synopsis: Alternate repr() implementation with size limits.
+ :noindex:
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. note::