Skip to content

Commit aa7908a

Browse files
committed
s/run/execute
1 parent dfdd530 commit aa7908a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ifelse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If the value of *expression* is true (anything other than zero), do the what is
2525
if number < 100:
2626
print("The number is less than 100")
2727

28-
Then we run it
28+
Then we execute the file.
2929

3030
::
3131

0 commit comments

Comments
 (0)