Thanks to visit codestin.com Credit goes to github.com
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 24d6cc6 commit 8755278Copy full SHA for 8755278
1 file changed
Doc/library/abc.rst
@@ -194,7 +194,7 @@ It also provides the following decorators:
194
.. versionadded:: 3.2
195
196
197
-.. function:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
+.. decorator:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
198
199
A subclass of the built-in :func:`property`, indicating an abstract property.
200
0 commit comments