Skip to content

Commit 56639d8

Browse files
Fix a typo.
1 parent 9434659 commit 56639d8

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
@@ -1291,7 +1291,7 @@ New features
12911291

12921292
* Add :c:func:`PySys_GetAttr`, :c:func:`PySys_GetAttrString`,
12931293
:c:func:`PySys_GetOptionalAttr`, and :c:func:`PySys_GetOptionalAttrString`
1294-
functions as replacements for :c:func:`Pysys_GetObject`.
1294+
functions as replacements for :c:func:`PySys_GetObject`.
12951295
(Contributed by Serhiy Storchaka in :gh:`108512`.)
12961296

12971297
* Add :c:func:`PyType_GetBaseByToken` and :c:data:`Py_tp_token` slot for easier

0 commit comments

Comments
 (0)