From: Georg Brandl Date: Fri, 16 May 2008 17:33:13 +0000 (+0000) Subject: Fix reprlib docs. X-Git-Tag: v2.6b1~373 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd174da82f8bab81d813ccfc062ccf237651ab59;p=thirdparty%2FPython%2Fcpython.git Fix reprlib docs. --- diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst index 4ebaa6cc55d5..b6b37ab0d33b 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 030fda7cfba2..c4859be84d9f 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.