Skip to content

Commit 7db41ff

Browse files
committed
test->condition
1 parent 1c6ac22 commit 7db41ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ and executed:
525525
$ python3 python_intro.py
526526
Hey Sonja!
527527

528-
See what happened there? `elif` lets you add extra tests that run if the previous tests fail.
528+
See what happened there? `elif` lets you add extra conditions that run if the previous conditions fail.
529529

530530
You can add as many `elif` statements as you like after your initial `if` statement. For example:
531531

0 commit comments

Comments
 (0)