Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 147cd50 + 7bf4363 commit 98d95a5Copy full SHA for 98d95a5
1 file changed
Doc/c-api/sequence.rst
@@ -149,7 +149,7 @@ Sequence Protocol
149
150
Return the *i*\ th element of *o* or *NULL* on failure. Macro form of
151
:c:func:`PySequence_GetItem` but without checking that
152
- :c:func:`PySequence_Check(o)` is true and without adjustment for negative
+ :c:func:`PySequence_Check` on *o* is true and without adjustment for negative
153
indices.
154
155
0 commit comments