]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27049: fix doc typo
authorNed Deily <nad@python.org>
Wed, 18 May 2016 01:44:46 +0000 (21:44 -0400)
committerNed Deily <nad@python.org>
Wed, 18 May 2016 01:44:46 +0000 (21:44 -0400)
Doc/reference/simple_stmts.rst

index 4444add068fae913965a045eed348823550eef09..ff5b1cabc60b4dd29fbb4bac633daf6c70288a21 100644 (file)
@@ -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