summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-05-18 01:45:13 (GMT)
committerNed Deily <nad@python.org>2016-05-18 01:45:13 (GMT)
commit36c18956b06b1c0c44302ab5ab8027f4114e5da3 (patch)
treeb7e0573b92d6614efe64ac74669da264ab69f8f8 /Doc
parent7fc4116515ea527162dab856ae9c907545afa971 (diff)
parentcec95813b269d2442b56e0487a55616f85c7ed52 (diff)
downloadcpython-36c18956b06b1c0c44302ab5ab8027f4114e5da3.zip
cpython-36c18956b06b1c0c44302ab5ab8027f4114e5da3.tar.gz
cpython-36c18956b06b1c0c44302ab5ab8027f4114e5da3.tar.bz2
Issue #27049: fix doc typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/reference/simple_stmts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index 4444add..ff5b1ca 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