8000 Link to property built-in in abc.rst (GH-10526) · python/cpython@2897a04 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2897a04

Browse files
Link to property built-in in abc.rst (GH-10526)
(cherry picked from commit bf1355b) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent a15e1e8 commit 2897a04

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)
0