Skip to content

Commit c8078fa

Browse files
committed
fix links in NEWS entry
1 parent 74591be commit c8078fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
``Python.h`` no longer includes the ``<ctype.h>`` standard header file. If
22
needed, it should now be included explicitly. For example, it provides
33
``isalpha()`` and ``tolower()`` functions which are locale dependent. Python
4-
provides locale independent functions, like :c:func:`Py_ISALPHA` and
5-
:c:func:`Py_TOLOWER`. Patch by Victor Stinner.
4+
provides locale independent functions, like :c:func:`!Py_ISALPHA` and
5+
:c:func:`!Py_TOLOWER`. Patch by Victor Stinner.

0 commit comments

Comments
 (0)