From bf1355b4240173a306dd46e720ae4b696277bb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Tue, 13 Nov 2018 21:29:57 -0300 Subject: Link to property built-in in abc.rst (GH-10526) --- Doc/library/abc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst index 2aba02f..0a976b1 100644 --- a/Doc/library/abc.rst +++ b/Doc/library/abc.rst @@ -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: ... -- cgit v0.12