diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-09 23:36:40 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-09 23:36:40 (GMT) |
commit | 5848ac2df0169bb4a4910a3690df560cd2e77447 (patch) | |
tree | 66baf8e53edba49fd3ed13e89cb2c67539209c13 /Doc/c-api | |
parent | b08388d5f2e62577e1a2379deb1681af4f148811 (diff) | |
parent | e9b8403a1f5c4ecd199d1f0a03a49b6684a6b707 (diff) | |
download | cpython-5848ac2df0169bb4a4910a3690df560cd2e77447.zip cpython-5848ac2df0169bb4a4910a3690df560cd2e77447.tar.gz cpython-5848ac2df0169bb4a4910a3690df560cd2e77447.tar.bz2 |
Issue #15476: Merge index entries from 3.5
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/code.rst | 6 |
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. |