8000 bpo-40640: doc -- add missing ... in example of Continue (#26055) · coderanger/cpython@6574334 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6574334

Browse files
bpo-40640: doc -- add missing ... in example of Continue (python#26055)
Co-authored-by: Chas Belov <59780179+ChasBelov@users.noreply.github.com>
1 parent d597fdc commit 6574334

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)
0