Skip to content

Commit cbd947d

Browse files
Merge remote-tracking branch 'refs/remotes/origin/structmember-types2' into structmember-types2
2 parents 34eee62 + 436144e commit cbd947d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Doc/c-api/structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ Macro name C type Python type
637637
.. c:macro:: Py_T_OBJECT_EX :c:expr:`PyObject *` :py:class:`object` (D)
638638
================================ ============================= ======================
639639
640-
(INT): Macro :c:macro:`Py_T_INTEGER(type) <Py_T_INTEGER>` represents arbitrary
640+
(INT): Macro :c:macro:`Py_T_INTEGER(type) <Py_T_INTEGER>` represents an arbitrary
641641
C integer type *type*.
642642
643643
(STR): Zero-terminated, UTF8-encoded C string.

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,8 +1818,8 @@ New features
18181818

18191819
(Contributed by Victor Stinner in :gh:`120389`.)
18201820

1821-
* Add support of arbitrary C integer types in :c:member:`PyMemberDef.type`.
1822-
Macro :c:macro:`Py_T_INTEGER(type) <Py_T_INTEGER>` represents a C type *type*.
1821+
* Add support for arbitrary C integer types in :c:member:`PyMemberDef.type`.
1822+
The macro :c:macro:`Py_T_INTEGER(type) <Py_T_INTEGER>` represents a C type *type*.
18231823
(Contributed by Serhiy Storchaka and Petr Viktorin in :gh:`117031`.)
18241824

18251825
* Add :c:func:`PyBytes_Join(sep, iterable) <PyBytes_Join>` function,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Add support for arbitrary C integer types for :c:member:`PyMemberDef.type`.
2-
Macro :c:macro:`Py_T_INTEGER(type)` represents a C type *type*.
1+
Add support for arbitrary C integer types in :c:member:`PyMemberDef.type`.
2+
The macro :c:macro:`Py_T_INTEGER(type) <Py_T_INTEGER>` represents a C type *type*.

0 commit comments

Comments
 (0)