Skip to content

Commit 2da1b85

Browse files
skirpichevvstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent e1f7c0e commit 2da1b85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/deprecations/soft-deprecations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ There are no plans to remove :term:`soft deprecated` APIs.
2121
Hugo van Kemenade in :gh:`148100`.)
2222

2323
* Using ``'F'`` and ``'D'`` format type codes of the :mod:`struct` module
24-
now are :term:`soft deprecated` in favor of two-letter forms (``'Zf'``
25-
and ``'Zd'``).
24+
now are :term:`soft deprecated` in favor of two-letter forms ``'Zf'``
25+
and ``'Zd'``.
2626
(Contributed by Sergey B Kirpichev in :gh:`121249`.)

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ New deprecations
22812281
(Contributed by Sergey B Kirpichev and Serhiy Storchaka in :gh:`143715`.)
22822282

22832283
* Using ``'F'`` and ``'D'`` type codes now are :term:`soft deprecated`
2284-
in favor of two-letter forms (``'Zf'`` and ``'Zd'``).
2284+
in favor of two-letter forms ``'Zf'`` and ``'Zd'``.
22852285
(Contributed by Sergey B Kirpichev in :gh:`121249`.)
22862286

22872287

0 commit comments

Comments
 (0)