Commit 87552785 authored by Éric Araujo's avatar Éric Araujo

Mark abc.abstractproperty as a property

parent 24d6cc6f
......@@ -194,7 +194,7 @@ It also provides the following decorators:
.. versionadded:: 3.2
.. function:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
.. decorator:: abstractproperty(fget=None, fset=None, fdel=None, doc=None)
A subclass of the built-in :func:`property`, indicating an abstract property.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment