summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-05 18:00:06 (GMT)
committerGeorg Brandl <georg@python.org>2008-12-05 18:00:06 (GMT)
commit5066c0cf95b8aec8bce919a62507a23bbf210524 (patch)
treee423eaa4a222659d0061f25b1eb41e46b98a4bde
parent422ce06b9caea42b297a1d49d62c4f9755f8a122 (diff)
downloadcpython-5066c0cf95b8aec8bce919a62507a23bbf210524.zip
cpython-5066c0cf95b8aec8bce919a62507a23bbf210524.tar.gz
cpython-5066c0cf95b8aec8bce919a62507a23bbf210524.tar.bz2
Followup to #4511: add link from decorator glossary entry to definition.
-rw-r--r--Doc/glossary.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index f3d86c3..2894f35 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -123,6 +123,9 @@ Glossary
def f(...):
...
+ See :ref:`the documentation for function definition <function>` 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