Fix reprlib docs.
This commit is contained in:
parent
ad9afeb8f0
commit
cd174da82f
|
@ -36,4 +36,4 @@ The following modules are documented in this chapter:
|
|||
new.rst
|
||||
copy.rst
|
||||
pprint.rst
|
||||
repr.rst
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue