summaryrefslogtreecommitdiff
path: root/Doc/reference/executionmodel.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-10-26 09:00:49 +0300
committerGitHub <noreply@github.com>2018-10-26 09:00:49 +0300
commitddb961d2abe5d5fde76d85b21a77e4e91e0043ad (patch)
tree2cd70e8cdb5a4b8c4b65e079b66a3492b26fec30 /Doc/reference/executionmodel.rst
parent3ec9af75f6825a32f369ee182a388c365db241b6 (diff)
downloadcpython-git-ddb961d2abe5d5fde76d85b21a77e4e91e0043ad.tar.gz
bpo-35054: Add more index entries for symbols. (GH-10064)
Diffstat (limited to 'Doc/reference/executionmodel.rst')
-rw-r--r--Doc/reference/executionmodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/executionmodel.rst b/Doc/reference/executionmodel.rst
index d08abdf334..5c83181440 100644
--- a/Doc/reference/executionmodel.rst
+++ b/Doc/reference/executionmodel.rst
@@ -52,7 +52,7 @@ Binding of names
:dfn:`Names` refer to objects. Names are introduced by name binding operations.
-.. index:: statement: from
+.. index:: single: from; import statement
The following constructs bind names: formal parameters to functions,
:keyword:`import` statements, class and function definitions (these bind the