diff options
author | Georg Brandl <georg@python.org> | 2007-11-29 17:24:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-11-29 17:24:34 (GMT) |
commit | ba956aebb96c38f1b8818189ed6ab18d5441313a (patch) | |
tree | 8cd8aba4cf4559f7e8e2086ea9ad05b4be91187f /Doc/library/repr.rst | |
parent | 0db38532b304c89a998e4fc53b3ac8cd7ff23a8a (diff) | |
download | cpython-ba956aebb96c38f1b8818189ed6ab18d5441313a.zip cpython-ba956aebb96c38f1b8818189ed6ab18d5441313a.tar.gz cpython-ba956aebb96c38f1b8818189ed6ab18d5441313a.tar.bz2 |
Remove mentions of "long integer" in the docs.
Credits to HappySmileMan from GHOP.
Diffstat (limited to 'Doc/library/repr.rst')
-rw-r--r-- | Doc/library/repr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/repr.rst b/Doc/library/repr.rst index 0ad08c6..3f7fc22 100644 --- a/Doc/library/repr.rst +++ b/Doc/library/repr.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``. |