Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f809310

Browse files
hfanahitatrekhleb
authored andcommitted
Fix the continue statement's link (trekhleb#2)
1 parent 94549f1 commit f809310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ written correctly.
8282
- [The `while` statement](src/control_flow/test_while.py)
8383
- [The `try` statements](src/control_flow/test_try.py)
8484
- [The `break` statement](src/control_flow/test_break.py)
85-
- [The `continue` statement](src/control_flow/test_break.py)
85+
- [The `continue` statement](src/control_flow/test_continue.py)
8686
5. **Functions**
8787
- [Function Definition](src/functions/test_function_definition.py) (`def` and `return` statements)
8888
- [Scopes of Variables Inside Functions](src/functions/test_function_scopes.py) (`global` and `nonlocal` statements)

0 commit comments

Comments
 (0)