Skip to content

Commit 344d2be

Browse files
committed
fix format
1 parent 0e600a5 commit 344d2be

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Doc/deprecations/pending-removal-in-3.20.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ Pending removal in Python 3.20
44
* :mod:`struct`:
55

66
- Calling the ``__new__()`` method of :class:`struct.Struct` without the
7-
*format* argument is deprecated and will be removed in Python 3.20. Calling
8-
:meth:`~object.__init__` method on initialized :class:`~struct.Struct`
9-
objects is deprecated and will be removed in Python 3.20.
10-
11-
(Contributed by Sergey B Kirpichev and Serhiy Storchaka in :gh:`143715`.)
7+
*format* argument is deprecated and will be removed in Python 3.20. Calling
8+
:meth:`~object.__init__` method on initialized :class:`~struct.Struct`
9+
objects is deprecated and will be removed in Python 3.20.
10+
(Contributed by Sergey B Kirpichev and Serhiy Storchaka in :gh:`143715`.)
1211

1312
- Support for ``'F'`` and ``'D'`` format type codes (the :c:expr:`float
1413
complex` and :c:expr:`double complex` C types, respectively)

0 commit comments

Comments
 (0)