[issue46033] Duplicated sentence in for statement documentation

2021-12-10 Thread Michał D

New submission from Michał D :

In for statement description, there seem to be two sentences meant to mean the 
same:

> The suite is then executed once for each item provided by the iterator, in 
> the order returned by the iterator. Each item in turn is assigned to the 
> target list using the standard rules for assignments (see Assignment 
> statements), and then the suite is executed.

(from https://docs.python.org/3/reference/compound_stmts.html#the-for-statement)

I believe only one of these sentences should be kept (probably the second one).

If I am wrong, and the current version is actually correct, then it is unclear 
- to me it sounds like the iterator is iterated through twice, and suite is 
executed twice for each item.

--
assignee: docs@python
components: Documentation
messages: 408189
nosy: docs@python, michcio1234
priority: normal
severity: normal
status: open
title: Duplicated sentence in for statement documentation
versions: Python 3.10

___
Python tracker 
<https://bugs.python.org/issue46033>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46033] Duplicated sentence in for statement documentation

2022-01-03 Thread Michał D

Michał D  added the comment:

Please see the changes I suggested in my PR.

--

___
Python tracker 
<https://bugs.python.org/issue46033>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com