Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98d95a5

Browse files
committed
merge with 3.2
2 parents 147cd50 + 7bf4363 commit 98d95a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/sequence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Sequence Protocol
149149
150150
Return the *i*\ th element of *o* or *NULL* on failure. Macro form of
151151
:c:func:`PySequence_GetItem` but without checking that
152-
:c:func:`PySequence_Check(o)` is true and without adjustment for negative
152+
:c:func:`PySequence_Check` on *o* is true and without adjustment for negative
153153
indices.
154154
155155

0 commit comments

Comments
 (0)