From: Georg Brandl Date: Fri, 5 Dec 2008 18:00:06 +0000 (+0000) Subject: Followup to #4511: add link from decorator glossary entry to definition. X-Git-Tag: v2.7a1~2570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5066c0cf95b8aec8bce919a62507a23bbf210524;p=thirdparty%2FPython%2Fcpython.git Followup to #4511: add link from decorator glossary entry to definition. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f3d86c3e0572..2894f358d90d 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -123,6 +123,9 @@ Glossary def f(...): ... + See :ref:`the documentation for function definition ` for more + about decorators. + descriptor Any *new-style* object which defines the methods :meth:`__get__`, :meth:`__set__`, or :meth:`__delete__`. When a class attribute is a