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

Skip to content

Commit 2f31b4b

Browse files
committed
Fix typos in Doc/faq/extending. Found by cocoatomo on docs@.
1 parent dbd1c43 commit 2f31b4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/faq/extending.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ To test the type of an object, first make sure it isn't *NULL*, and then use
9595
There is also a high-level API to Python objects which is provided by the
9696
so-called 'abstract' interface -- read ``Include/abstract.h`` for further
9797
details. It allows interfacing with any kind of Python sequence using calls
98-
like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc.) as well
99-
as many other useful protocols such as numbers (:c:func:`PyNumber_Index` et.
98+
like :c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, etc. as well
99+
as many other useful protocols such as numbers (:c:func:`PyNumber_Index` et
100100
al.) and mappings in the PyMapping APIs.
101101

102102

0 commit comments

Comments
 (0)