Skip to content

Commit 93d6c7b

Browse files
committed
fix typo
1 parent fa33236 commit 93d6c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The file extension is `.py`, which is short for Python.
9898
Now run the rain program. Most editors (including IDLE) will run your
9999
code when you press F5. If your editor doesn't, run it from PowerShell,
100100
command prompt or terminal. You probably need to first go to wherever
101-
you saved your file. with `cd`. For example, if the file is on your
101+
you saved your file with `cd`. For example, if the file is on your
102102
desktop, type `cd Desktop` before running the file.
103103

104104
Running from IDLE looks like this:

0 commit comments

Comments
 (0)