We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15e1e8 commit 2897a04Copy full SHA for 2897a04
Doc/library/abc.rst
@@ -217,7 +217,7 @@ The :mod:`abc` module also provides the following decorator:
217
the descriptor must identify itself as abstract using
218
:attr:`__isabstractmethod__`. In general, this attribute should be ``True``
219
if any of the methods used to compose the descriptor are abstract. For
220
- example, Python's built-in property does the equivalent of::
+ example, Python's built-in :class:`property` does the equivalent of::
221
222
class Descriptor:
223
...
0 commit comments