Skip to content

Commit a5a047b

Browse files
authored
Merge pull request #70 from LibraryCarpentry/maneesha-patch-1
capitalize Python
2 parents 11d9feb + 441d9c7 commit a5a047b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/01-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keypoints:
3535
## Different ways of interacting with Python using Spyder
3636
3737
* On the left, filling half of the screen is the editor. Here you can write and edit code, which can then be saved in a file (usually with a .py extension). We can run the code we wrote here by pressing the green 'play' button on top or press F5 on your keyboard.
38-
* On the bottom right, we find the IPython console. This is were we can talk directly to python. It will interpret what you have typed directly when you press Enter.
38+
* On the bottom right, we find the IPython console. This is were we can talk directly to Python. It will interpret what you have typed directly when you press Enter.
3939
4040
## Python in the console
4141

0 commit comments

Comments
 (0)