Link to property built-in in abc.rst (GH-10526)
(cherry picked from commit bf1355b424
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
9fbcb1402e
commit
e7a5be5cb5
|
@ -217,7 +217,7 @@ The :mod:`abc` module also provides the following decorator:
|
|||
the descriptor must identify itself as abstract using
|
||||
:attr:`__isabstractmethod__`. In general, this attribute should be ``True``
|
||||
if any of the methods used to compose the descriptor are abstract. For
|
||||
example, Python's built-in property does the equivalent of::
|
||||
example, Python's built-in :class:`property` does the equivalent of::
|
||||
|
||||
class Descriptor:
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue