Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c144a93

Browse files
committed
property -> staticmethod
1 parent 518e517 commit c144a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ property. The built-in descriptors have been updated accordingly.
365365
* :class:`abc.abstractclassmethod` has been deprecated, use
366366
:class:`classmethod` with :func:`abc.abstractmethod` instead.
367367
* :class:`abc.abstractstaticmethod` has been deprecated, use
368-
:class:`property` with :func:`abc.abstractmethod` instead.
368+
:class:`staticmethod` with :func:`abc.abstractmethod` instead.
369369

370370
(Contributed by Darren Dale in :issue:`11610`)
371371

0 commit comments

Comments
 (0)