Skip to content

Commit 8cbe96d

Browse files
authored
Merge pull request #70 from LibraryCarpentry/maneesha-patch-1
capitalize Python
2 parents 53e1838 + 704af36 commit 8cbe96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)