diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2018-10-26 09:00:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-26 09:00:49 +0300 |
| commit | ddb961d2abe5d5fde76d85b21a77e4e91e0043ad (patch) | |
| tree | 2cd70e8cdb5a4b8c4b65e079b66a3492b26fec30 /Doc/reference/executionmodel.rst | |
| parent | 3ec9af75f6825a32f369ee182a388c365db241b6 (diff) | |
| download | cpython-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.rst | 2 |
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 |
