Skip to content

Commit 4476346

Browse files
committed
Fix typo in the doc
1 parent 8226691 commit 4476346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ Limited C API changes
15871587
* Remove the :c:macro:`PySequence_Fast_GET_SIZE`,
15881588
:c:macro:`PySequence_Fast_GET_ITEM` and :c:macro:`PySequence_Fast_ITEMS`
15891589
macros from the limited C API, since these macros never worked in the limited
1590-
C API. Keep c:func:`PySequence_Fast` in the limited C API.
1590+
C API. Keep :c:func:`PySequence_Fast` in the limited C API.
15911591
(Contributed by Victor Stinner in :gh:`91417`.)
15921592

15931593

0 commit comments

Comments
 (0)