Fix reprlib docs.

This commit is contained in:
Georg Brandl 2008-05-16 17:33:13 +00:00
parent ad9afeb8f0
commit cd174da82f
2 changed files with 3 additions and 3 deletions

View File

@ -36,4 +36,4 @@ The following modules are documented in this chapter:
new.rst new.rst
copy.rst copy.rst
pprint.rst pprint.rst
repr.rst reprlib.rst

View File

@ -1,9 +1,9 @@
:mod:`reprlib` --- Alternate :func:`repr` implementation :mod:`reprlib` --- Alternate :func:`repr` implementation
===================================================== ========================================================
.. module:: repr .. module:: repr
:synopsis: Old name for the reprlib module. :synopsis: Old name for the reprlib module.
.. module:: reprlib .. module:: reprlib
:synopsis: Alternate repr() implementation with size limits. :synopsis: Alternate repr() implementation with size limits.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>