From: Ned Deily Date: Wed, 18 May 2016 01:44:46 +0000 (-0400) Subject: Issue #27049: fix doc typo X-Git-Tag: v3.5.2rc1~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cec95813b269d2442b56e0487a55616f85c7ed52;p=thirdparty%2FPython%2Fcpython.git Issue #27049: fix doc typo --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 4444add068fa..ff5b1cabc60b 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