From cec95813b269d2442b56e0487a55616f85c7ed52 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 17 May 2016 21:44:46 -0400 Subject: [PATCH] Issue #27049: fix doc typo --- Doc/reference/simple_stmts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 4444add068f..ff5b1cabc60 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -661,7 +661,7 @@ steps: When the statement contains multiple clauses (separated by commas) the two steps are carried out separately for each clause, just -as though the clauses had been separated out into individiual import +as though the clauses had been separated out into individual import statements. The details of the first step, finding and loading modules are described in