diff options
author | Ned Deily <nad@python.org> | 2016-05-18 01:44:46 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-05-18 01:44:46 (GMT) |
commit | cec95813b269d2442b56e0487a55616f85c7ed52 (patch) | |
tree | a32534130f72856a28f7ecc44d616de4776aa015 /Doc/reference | |
parent | fdec2a3424ad48a2f1d94362c2e4c6e493895986 (diff) | |
download | cpython-cec95813b269d2442b56e0487a55616f85c7ed52.zip cpython-cec95813b269d2442b56e0487a55616f85c7ed52.tar.gz cpython-cec95813b269d2442b56e0487a55616f85c7ed52.tar.bz2 |
Issue #27049: fix doc typo
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | 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 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 |