Fix a few more references to long integers in the docs.

This commit is contained in:
Mark Dickinson 2009-01-17 10:21:23 +00:00
parent 8055afd019
commit bf5c6a97f8
5 changed files with 9 additions and 9 deletions

View file

@ -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``.