We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2ca92 commit b6a7062Copy full SHA for b6a7062
Doc/c-api/long.rst
@@ -42,7 +42,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
42
43
.. impl-detail::
44
45
- The CPython keeps an array of integer objects for all integers
+ CPython keeps an array of integer objects for all integers
46
between ``-5`` and ``256``. When you create an int in that range
47
you actually just get back a reference to the existing object.
48
0 commit comments