Skip to content

Commit d2a573c

Browse files
committed
Fix indent
1 parent 476b649 commit d2a573c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/whatsnew/3.16.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,12 @@ Deprecated
281281

282282
* :mod:`abc`
283283

284-
* Soft-deprecated since Python 3.3 :class:`abc.abstractclassmethod`,
285-
:class:`abc.abstractstaticmethod`, and :class:`abc.abstractproperty`
286-
now raise a :exc:`DeprecationWarning`.
287-
These classes will be removed in Python 3.21, instead
288-
use :func:`abc.abstractmethod` with :func:`classmethod`,
289-
:func:`staticmethod`, and :class:`property` respectively.
284+
* Soft-deprecated since Python 3.3 :class:`abc.abstractclassmethod`,
285+
:class:`abc.abstractstaticmethod`, and :class:`abc.abstractproperty`
286+
now raise a :exc:`DeprecationWarning`.
287+
These classes will be removed in Python 3.21, instead
288+
use :func:`abc.abstractmethod` with :func:`classmethod`,
289+
:func:`staticmethod`, and :class:`property` respectively.
290290

291291
* :mod:`ast`:
292292

0 commit comments

Comments
 (0)