Skip to content

Commit b6a7062

Browse files
Update Doc/c-api/long.rst
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent 2e2ca92 commit b6a7062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
4242
4343
.. impl-detail::
4444
45-
The CPython keeps an array of integer objects for all integers
45+
CPython keeps an array of integer objects for all integers
4646
between ``-5`` and ``256``. When you create an int in that range
4747
you actually just get back a reference to the existing object.
4848

0 commit comments

Comments
 (0)