Skip to content

Commit cefc8f9

Browse files
Update Doc/extending/extending.rst
simplify the sentence and supress link Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 2cd4be1 commit cefc8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/extending/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ the module and a copyright notice if you like).
7777
All user-visible symbols defined by :file:`Python.h` have a prefix of ``Py`` or
7878
``PY``, except those defined in standard header files.
7979

80-
For backward compatibility of existing third party C extensions, :file:`Python.h`
80+
For backward compatibility, :file:`!Python.h`
8181
includes ``<stdio.h>``, ``<string.h>``, ``<errno.h>``, and ``<stdlib.h>`` if
8282
:c:macro:`Py_LIMITED_API` is not defined or for limited C API version 3.10 and older.
8383
The ``<ctype.h>`` and ``<unistd.h>`` headers are also not included for limited

0 commit comments

Comments
 (0)