We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518e517 commit c144a93Copy full SHA for c144a93
1 file changed
Doc/whatsnew/3.3.rst
@@ -365,7 +365,7 @@ property. The built-in descriptors have been updated accordingly.
365
* :class:`abc.abstractclassmethod` has been deprecated, use
366
:class:`classmethod` with :func:`abc.abstractmethod` instead.
367
* :class:`abc.abstractstaticmethod` has been deprecated, use
368
- :class:`property` with :func:`abc.abstractmethod` instead.
+ :class:`staticmethod` with :func:`abc.abstractmethod` instead.
369
370
(Contributed by Darren Dale in :issue:`11610`)
371
0 commit comments