summaryrefslogtreecommitdiff
path: root/Doc/c-api/code.rst
diff options
context:
space:
mode:
authorTommy Beadle <tbeadle@gmail.com>2016-06-02 19:26:51 -0400
committerTommy Beadle <tbeadle@gmail.com>2016-06-02 19:26:51 -0400
commit171ab682f743390b5384ee2384c20c8ed41ff657 (patch)
treed736556978a4d6e140d6a37b89bfc04da79ef73e /Doc/c-api/code.rst
parentd938c575732c46c86c25db9bb3a322cfdeeaf5eb (diff)
downloadcpython-171ab682f743390b5384ee2384c20c8ed41ff657.tar.gz
[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 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.