Skip to content

Commit 7e491dc

Browse files
authored
Apply suggestions from code review
1 parent ca67c2a commit 7e491dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pending removal in Python 3.20
22
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33

4-
* The ``cval`` field in :c:type:`PyComplexObject` (:gh:`128813`):
4+
* The ``cval`` field in :c:type:`PyComplexObject` (:gh:`128813`).
55
Use :c:func:`PyComplex_AsCComplex` and :c:func:`PyComplex_FromCComplex`
66
to convert a Python complex number to/from the C :c:type:`Py_complex`
77
representation.

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ Deprecated C APIs
571571
(Contributed by Serhiy Storchaka in :gh:`132629`.)
572572

573573
* Deprecate :c:member:`~PyComplexObject.cval` field of the the
574-
:c:type:`PyComplexObject` type:
574+
:c:type:`PyComplexObject` type.
575575
Use :c:func:`PyComplex_AsCComplex` and :c:func:`PyComplex_FromCComplex`
576576
to convert a Python complex number to/from the C :c:type:`Py_complex`
577577
representation.

0 commit comments

Comments
 (0)