Skip to content

Commit 9bb1271

Browse files
[3.15] Fix typos in Py_tp_base macro documentation (GH-154150) (#154180)
(cherry picked from commit 53916ee) Co-authored-by: Michael Newman <michael.b.newman@gmail.com>
1 parent 9bb83a1 commit 9bb1271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ but need extra remarks for use as slots:
699699
700700
.. soft-deprecated:: 3.15
701701
702-
When not targetting older Python versions, pefer :c:macro:`!Py_tp_bases`.
702+
When not targeting older Python versions, prefer :c:macro:`!Py_tp_bases`.
703703
704704
The following slots do not correspond to public fields in the
705705
underlying structures:

0 commit comments

Comments
 (0)