diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-03 16:21:40 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-05-03 16:21:40 (GMT) |
commit | 510ff54324de94af23d5e229a176bffe09a87fd4 (patch) | |
tree | 15d958b96a7d2500428b4d657bb7a680eed3a2dc /Doc/library/repr.rst | |
parent | e5d3bc4700d01a0beb57df84cdf6033acee49e3d (diff) | |
download | cpython-510ff54324de94af23d5e229a176bffe09a87fd4.zip cpython-510ff54324de94af23d5e229a176bffe09a87fd4.tar.gz cpython-510ff54324de94af23d5e229a176bffe09a87fd4.tar.bz2 |
Use Python 3 instead of 3.0.
Diffstat (limited to 'Doc/library/repr.rst')
-rw-r--r-- | Doc/library/repr.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/repr.rst b/Doc/library/repr.rst index 11e6ae2..a9280bb 100644 --- a/Doc/library/repr.rst +++ b/Doc/library/repr.rst @@ -6,9 +6,9 @@ .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> .. note:: - The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3.0. The + The :mod:`repr` module has been renamed to :mod:`reprlib` in Python 3. The :term:`2to3` tool will automatically adapt imports when converting your - sources to 3.0. + sources to Python 3. **Source code:** :source:`Lib/repr.py` |