[docs] [issue27049] Typo in "The Python Language Reference" 7.11 -- "individiual"

RoadrunnerWMC report at bugs.python.org
Tue May 17 20:56:45 EDT 2016


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 at python
components: Documentation
messages: 265795
nosy: RoadrunnerWMC, docs at 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 at bugs.python.org>
<http://bugs.python.org/issue27049>
_______________________________________


More information about the docs mailing list