Skip to content

Commit 48cb11b

Browse files
bpo-40640: doc -- add missing ... in example of Continue (GH-26055) (GH-26057)
Co-authored-by: Chas Belov <[email protected]> (cherry picked from commit 6574334) Co-authored-by: Irit Katriel <[email protected]>
1 parent 7e59ef1 commit 48cb11b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ iteration of the loop::
214214
... print("Found an even number", num)
215215
... continue
216216
... print("Found an odd number", num)
217+
...
217218
Found an even number 2
218219
Found an odd number 3
219220
Found an even number 4

0 commit comments

Comments
 (0)