Mark abc.abstractproperty as a property

This commit is contained in:
Éric Araujo 2011-08-19 03:53:51 +02:00
parent 24d6cc6f4f
commit 87552785c3

View file

@ -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.