Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1471b39

Browse files
authoredMay 4, 2023··
Merge branch 'main' into py-refcnt-add-immortal
2 parents be3b103 + f5c3838 commit 1471b39

File tree

146 files changed

+3402
-635
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+3402
-635
lines changed
 

‎Doc/c-api/bytearray.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Byte Array Objects
66
------------------
77

8-
.. index:: object: bytearray
8+
.. index:: pair: object; bytearray
99

1010

1111
.. c:type:: PyByteArrayObject

‎Doc/c-api/bytes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bytes Objects
88
These functions raise :exc:`TypeError` when expecting a bytes parameter and
99
called with a non-bytes parameter.
1010

11-
.. index:: object: bytes
11+
.. index:: pair: object; bytes
1212

1313

1414
.. c:type:: PyBytesObject

0 commit comments

Comments
 (0)
Please sign in to comment.