summaryrefslogtreecommitdiffstats
path: root/Doc/library/reprlib.rst
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-01-17 10:21:23 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-01-17 10:21:23 (GMT)
commitbf5c6a97f80acd4eb785250de8053efad51732ee (patch)
treeef345debda3189641642b7cadc173931898ad688 /Doc/library/reprlib.rst
parent8055afd0197862a3358fb219f5bb60233288fe02 (diff)
downloadcpython-bf5c6a97f80acd4eb785250de8053efad51732ee.zip
cpython-bf5c6a97f80acd4eb785250de8053efad51732ee.tar.gz
cpython-bf5c6a97f80acd4eb785250de8053efad51732ee.tar.bz2
Fix a few more references to long integers in the docs.
Diffstat (limited to 'Doc/library/reprlib.rst')
-rw-r--r--Doc/library/reprlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/reprlib.rst b/Doc/library/reprlib.rst
index c1364a3..0da29fc 100644
--- a/Doc/library/reprlib.rst
+++ b/Doc/library/reprlib.rst
@@ -65,7 +65,7 @@ which format specific object types.
.. attribute:: Repr.maxlong
- Maximum number of characters in the representation for a long integer. Digits
+ Maximum number of characters in the representation for an integer. Digits
are dropped from the middle. The default is ``40``.