summaryrefslogtreecommitdiff
path: root/Doc/c-api
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-09 23:36:40 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-06-09 23:36:40 +0000
commit005f9115a97a1e534a26ebea4de65fb16b30760a (patch)
tree51661857d38af5fc97b8ab8ea7a4b82655cdcb9f /Doc/c-api
parent58da542a9f5db6f23020cf91e2a307befa67c24b (diff)
parent171ab682f743390b5384ee2384c20c8ed41ff657 (diff)
downloadcpython-005f9115a97a1e534a26ebea4de65fb16b30760a.tar.gz
Issue #15476: Merge index entries from 3.5
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/code.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/c-api/code.rst b/Doc/c-api/code.rst
index 9c93563382..10d89f297c 100644
--- a/Doc/c-api/code.rst
+++ b/Doc/c-api/code.rst
@@ -2,15 +2,13 @@
.. _codeobjects:
+.. index:: object; code, code object
+
Code Objects
------------
.. sectionauthor:: Jeffrey Yasskin <jyasskin@gmail.com>
-
-.. index::
- object: code
-
Code objects are a low-level detail of the CPython implementation.
Each one represents a chunk of executable code that hasn't yet been
bound into a function.