]> granicus.if.org Git - python/commitdiff
Fix reprlib docs.
authorGeorg Brandl <georg@python.org>
Fri, 16 May 2008 17:33:13 +0000 (17:33 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 May 2008 17:33:13 +0000 (17:33 +0000)
Doc/library/datatypes.rst
Doc/library/reprlib.rst

index 4ebaa6cc55d5f40d0c18babf92ad5729d3137493..b6b37ab0d33b8fe23cb6fee16711156788c99545 100644 (file)
@@ -36,4 +36,4 @@ The following modules are documented in this chapter:
    new.rst
    copy.rst
    pprint.rst
-   repr.rst
+   reprlib.rst
index 030fda7cfba252b010af926e0f23353987c9bdaa..c4859be84d9f228df2fdb9afa19abc59a6c9e983 100644 (file)
@@ -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>