Skip to content

Commit 986c409

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 209618e commit 986c409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,8 +2074,8 @@ New features
20742074
(Contributed by Serhiy Storchaka in :gh:`112068`.)
20752075

20762076
* The ``k`` and ``K`` formats in :c:func:`PyArg_ParseTuple` and
2077-
similar functions use now :meth:`~object.__index__` if available,
2078-
as all other integer formats.
2077+
similar functions now use :meth:`~object.__index__` if available,
2078+
like all other integer formats.
20792079
(Contributed by Serhiy Storchaka in :gh:`112068`.)
20802080

20812081
* Add macros :c:func:`Py_PACK_VERSION` and :c:func:`Py_PACK_FULL_VERSION` for
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
The ``k`` and ``K`` formats in :c:func:`PyArg_Parse` support now the
2-
:meth:`~object.__index__` special method, as all other integer formats.
2+
:meth:`~object.__index__` special method, like all other integer formats.

0 commit comments

Comments
 (0)