diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-04 10:14:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 10:14:16 (GMT) |
commit | c463796ba7f18079bf2554650bc9ac09bca49dca (patch) | |
tree | 833e2c5fff8e77b298e4d7a08a546016dcc63dc6 /Doc/c-api/long.rst | |
parent | 693ef48df1891a6a30fca6c6db500c7cd08671df (diff) | |
download | cpython-c463796ba7f18079bf2554650bc9ac09bca49dca.zip cpython-c463796ba7f18079bf2554650bc9ac09bca49dca.tar.gz cpython-c463796ba7f18079bf2554650bc9ac09bca49dca.tar.bz2 |
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
GH-97950: Use new-style index directive ('object') (GH-104158)
* Uncomment object removal in pairindextypes
* Use new-style index directive ('object') - C API
* Use new-style index directive ('object') - Library
* Use new-style index directive ('object') - Reference
* Use new-style index directive ('object') - Tutorial
(cherry picked from commit 6ab463684b9d79880d98cd1f1406aa86af65985e)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/c-api/long.rst')
-rw-r--r-- | Doc/c-api/long.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/long.rst b/Doc/c-api/long.rst index b3e455d..7b0d55d 100644 --- a/Doc/c-api/long.rst +++ b/Doc/c-api/long.rst @@ -5,8 +5,8 @@ Integer Objects --------------- -.. index:: object: long integer - object: integer +.. index:: pair: object; long integer + pair: object; integer All integers are implemented as "long" integer objects of arbitrary size. |