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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27049>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to