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.

Author Luis Muñoz
Recipients Luis Muñoz, docs@python
Date 2019-03-30.07:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553932778.03.0.764892422134.issue36483@roundup.psfhosted.org>
In-reply-to
Content
Hi,

https://docs.python.org/3/tutorial/controlflow.html#break-and-continue-statements-and-else-clauses-on-loops

The example is missing a break at the end of the else statement.

First time reporting here. If there is an error in formating or anything else please accept my apologies.

Luis Muñoz
History
Date User Action Args
2019-03-30 07:59:38Luis Muñozsetrecipients: + Luis Muñoz, docs@python
2019-03-30 07:59:38Luis Muñozsetmessageid: <1553932778.03.0.764892422134.issue36483@roundup.psfhosted.org>
2019-03-30 07:59:37Luis Muñozlinkissue36483 messages
2019-03-30 07:59:37Luis Muñozcreate