[issue27049] Typo in "The Python Language Reference" 7.11 -- "individiual"
New submission from RoadrunnerWMC: In the Python 3.3 documentation onward, in "The Python Language Reference" section 7.11 (https://docs.python.org/3/reference/simple_stmts.html#import), the following sentence appears: "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 statements." The word "individual" is misspelled there as "individiual." ---------- assignee: docs@python components: Documentation messages: 265795 nosy: RoadrunnerWMC, docs@python priority: normal severity: normal status: open title: Typo in "The Python Language Reference" 7.11 -- "individiual" type: behavior versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27049> _______________________________________
Roundup Robot added the comment: New changeset da67d32c2f74 by Ned Deily in branch '3.5': Issue #27049: fix doc typo https://hg.python.org/cpython/rev/da67d32c2f74 New changeset ba71905dd010 by Ned Deily in branch 'default': Issue #27049: fix doc typo https://hg.python.org/cpython/rev/ba71905dd010 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27049> _______________________________________
Ned Deily added the comment: Thanks for the report! Fixed in 3.5 and later; Python 3.3 and 3.4 no longer receive documentation updates. ---------- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed type: behavior -> versions: -Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27049> _______________________________________
participants (3)
-
Ned Deily -
RoadrunnerWMC -
Roundup Robot