Skip to content

Commit bf1355b

Browse files
andresdelfinomiss-islington
authored andcommitted
Link to property built-in in abc.rst (GH-10526)
1 parent daeb3c4 commit bf1355b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/abc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The :mod:`abc` module also provides the following decorator:
217217
the descriptor must identify itself as abstract using
218218
:attr:`__isabstractmethod__`. In general, this attribute should be ``True``
219219
if any of the methods used to compose the descriptor are abstract. For
220-
example, Python's built-in property does the equivalent of::
220+
example, Python's built-in :class:`property` does the equivalent of::
221221

222222
class Descriptor:
223223
...

0 commit comments

Comments
 (0)