Skip to content

Commit 6d60b16

Browse files
Update Doc/deprecations/pending-removal-in-3.20.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 66dbc04 commit 6d60b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pending removal in Python 3.20
22
------------------------------
33

4-
* Calling the ``Struct.__new__()`` without required argument now is
5-
deprecated and will be removed in Python 3.20. Calling
4+
* Calling the ``__new__()`` method of :class:`struct.Struct` without the
5+
*format* argument is deprecated and will be removed in Python 3.20. Calling
66
:meth:`~object.__init__` method on initialized :class:`~struct.Struct`
77
objects is deprecated and will be removed in Python 3.20.
88

0 commit comments

Comments
 (0)