Skip to content

Commit ff00313

Browse files
committed
little stuff
1 parent 1af24ac commit ff00313

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

if.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It's raining!
3434

3535
The prompt changed from `>>>` to `...`. It meant that Python was
3636
expecting me to keep typing. When I was done, I just pressed Enter
37-
twice. My code was execute and the prompt was restored to `>>>`. IDLE
37+
twice. My code was executed and the prompt went back to `>>>`. IDLE
3838
does this a bit differently, so if you use IDLE, running this example
3939
code looks more like this:
4040

@@ -99,9 +99,9 @@ Running from a terminal looks like this:
9999
It's raining!
100100
you@YourComputer:~/Desktop$
101101

102-
From now on, if a code example starts with `>>>` run it on the
102+
From now on, **if a code example starts with `>>>` run it on the
103103
interactive prompt, and if it doesn't, write it to a file and run the
104-
file.
104+
file**.
105105

106106
## Using else
107107

0 commit comments

Comments
 (0)