]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Followup to #4511: add link from decorator glossary entry to definition.
authorGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 18:00:06 +0000 (18:00 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 18:00:06 +0000 (18:00 +0000)
Doc/glossary.rst

index f3d86c3e0572ca17c59528497657fac712a06821..2894f358d90defb388f0d8acb7b7a0ca43474074 100644 (file)
@@ -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