From 5066c0cf95b8aec8bce919a62507a23bbf210524 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 5 Dec 2008 18:00:06 +0000 Subject: [PATCH] Followup to #4511: add link from decorator glossary entry to definition. --- Doc/glossary.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index f3d86c3e057..2894f358d90 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