mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Fix reprlib docs.
This commit is contained in:
parent
ad9afeb8f0
commit
cd174da82f
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue