[Python-checkins] cpython (merge 3.5 -> default): Issue #27049: fix doc typo

ned.deily python-checkins at python.org
Tue May 17 21:46:29 EDT 2016


https://hg.python.org/cpython/rev/ba71905dd010
changeset:   101419:ba71905dd010
parent:      101417:9f4dbfbb0f37
parent:      101418:da67d32c2f74
user:        Ned Deily <nad at python.org>
date:        Tue May 17 21:45:13 2016 -0400
summary:
  Issue #27049: fix doc typo

files:
  Doc/reference/simple_stmts.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
--- a/Doc/reference/simple_stmts.rst
+++ b/Doc/reference/simple_stmts.rst
@@ -661,7 +661,7 @@
 
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list