From ddb961d2abe5d5fde76d85b21a77e4e91e0043ad Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Fri, 26 Oct 2018 09:00:49 +0300 Subject: bpo-35054: Add more index entries for symbols. (GH-10064) --- Doc/reference/executionmodel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/reference/executionmodel.rst') 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 -- cgit v1.2.1