Fix a few more references to long integers in the docs.
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 @@
 
 .. 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``.