File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments