mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Link to property built-in in abc.rst (GH-10526)
This commit is contained in:
parent
daeb3c4c58
commit
bf1355b424
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue