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

Skip to content

Commit 8755278

Browse files
committed
Mark abc.abstractproperty as a property
1 parent 24d6cc6 commit 8755278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/abc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ It also provides the following decorators:
194194
.. versionadded:: 3.2
195195

196196

197-
.. function:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
197+
.. decorator:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
198198

199199
A subclass of the built-in :func:`property`, indicating an abstract property.
200200

0 commit comments

Comments
 (0)