Kaydet (Commit) bf1355b4 authored tarafından Andrés Delfino's avatar Andrés Delfino Kaydeden (comit) Miss Islington (bot)

Link to property built-in in abc.rst (GH-10526)

üst daeb3c4c
......@@ -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:
...
......
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