This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in "The Python Language Reference" 7.11 -- "individiual"
Type: Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: RoadrunnerWMC, docs@python, ned.deily, python-dev
Priority: normal Keywords:

Created on 2016-05-18 00:56 by RoadrunnerWMC, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg265795 - (view) Author: (RoadrunnerWMC) Date: 2016-05-18 00:56
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."
msg265796 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-05-18 01:46
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
msg265797 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2016-05-18 01:48
Thanks for the report!  Fixed in 3.5 and later; Python 3.3 and 3.4 no longer receive documentation updates.
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71236
2016-05-18 01:48:30ned.deilysetstatus: open -> closed

type: behavior ->
versions: - Python 3.3, Python 3.4
nosy: + ned.deily

messages: + msg265797
resolution: fixed
stage: resolved
2016-05-18 01:46:31python-devsetnosy: + python-dev
messages: + msg265796
2016-05-18 00:56:45RoadrunnerWMCcreate