commit | 86158fc4c7aa5df7cec7c4b578ad849ab5c47e62 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Sep 01 08:00:47 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Sep 01 08:00:47 2009 +0000 |
tree | e2737aa027a115803d1896e57cfcfefbae96e964 | |
parent | 018ad1c949d15152e00b714fa020a798ba16c574 [diff] [blame] |
#6810: add a link to the section about frame objects instead of just a description where to find it.
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 865911f..a10dbdb 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst
@@ -959,6 +959,8 @@ If a code object represents a function, the first item in :attr:`co_consts` is the documentation string of the function, or ``None`` if undefined. + .. _frame-objects: + Frame objects .. index:: object: frame