mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)
Co-authored-by: Chas Belov <59780179+ChasBelov@users.noreply.github.com>
(cherry picked from commit 6574334a68)
Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
This commit is contained in:
parent
7e59ef10e8
commit
48cb11bf5b
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ iteration of the loop::
|
|||
... print("Found an even number", num)
|
||||
... continue
|
||||
... print("Found an odd number", num)
|
||||
...
|
||||
Found an even number 2
|
||||
Found an odd number 3
|
||||
Found an even number 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue