[Python-checkins] r67591 - python/trunk/Doc/glossary.rst

georg.brandl python-checkins at python.org
Fri Dec 5 19:00:06 CET 2008


Author: georg.brandl
Date: Fri Dec  5 19:00:06 2008
New Revision: 67591

Log:
Followup to #4511: add link from decorator glossary entry to definition.


Modified:
   python/trunk/Doc/glossary.rst

Modified: python/trunk/Doc/glossary.rst
==============================================================================
--- python/trunk/Doc/glossary.rst	(original)
+++ python/trunk/Doc/glossary.rst	Fri Dec  5 19:00:06 2008
@@ -123,6 +123,9 @@
          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


More information about the Python-checkins mailing list