Skip to content

Commit f4c0a29

Browse files
committed
Fix formatting
1 parent e4b4f39 commit f4c0a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ Porting to Python 3.13
18721872
platforms, the ``HAVE_STDDEF_H`` macro is only defined on Windows.
18731873
(Contributed by Victor Stinner in :gh:`108765`.)
18741874

1875-
* The :c:func`PyTuple_SET_ITEM` inline function may not be passed ``NULL``.
1875+
* The :c:func:`PyTuple_SET_ITEM` inline function may not be passed ``NULL``.
18761876
This has always been the documented behavior, but was not enforced for
18771877
the value until now. :c:var:``Py_None` should be used instead of ``NULL``.
18781878

0 commit comments

Comments
 (0)