summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/code.rst
diff options
context:
space:
mode:
authorTommy Beadle <tbeadle@gmail.com>2016-06-02 23:26:51 (GMT)
committerTommy Beadle <tbeadle@gmail.com>2016-06-02 23:26:51 (GMT)
commite9b8403a1f5c4ecd199d1f0a03a49b6684a6b707 (patch)
tree984ca50a480ada47f3e84d6786b42b3c407c24d3 /Doc/c-api/code.rst
parenta6f6edbda8648698289a8ee7abef6a35c924151b (diff)
downloadcpython-e9b8403a1f5c4ecd199d1f0a03a49b6684a6b707.zip
cpython-e9b8403a1f5c4ecd199d1f0a03a49b6684a6b707.tar.gz
cpython-e9b8403a1f5c4ecd199d1f0a03a49b6684a6b707.tar.bz2
[Issue 15476] Make "code object" its own entry in the index
Diffstat (limited to 'Doc/c-api/code.rst')
-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 9c93563..10d89f2 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.