Fix a few more references to long integers in the docs.
diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst
index d165f16..33e6060 100644
--- a/Doc/c-api/intro.rst
+++ b/Doc/c-api/intro.rst
@@ -607,7 +607,7 @@
 
 * Sanity checks of the input arguments are added to frame creation.
 
-* The storage for long ints is initialized with a known invalid pattern to catch
+* The storage for ints is initialized with a known invalid pattern to catch
   reference to uninitialized digits.
 
 * Low-level tracing and extra exception checking are added to the runtime