diff --git a/website/content/01-introduction/02-requirements/05-vs-code/03-working-with-python.md b/website/content/01-introduction/02-requirements/05-vs-code/03-working-with-python.md index 82ce500..9fa8ae4 100644 --- a/website/content/01-introduction/02-requirements/05-vs-code/03-working-with-python.md +++ b/website/content/01-introduction/02-requirements/05-vs-code/03-working-with-python.md @@ -15,7 +15,7 @@ Once we open our first Python file in VS Code, we'll see some configuration pop- ### Open the `project.py` file If you haven't created a `project.py` file in the `pyworkshop` directory, now is the time to do so. -You can make a new file (Ctrl+N or ⌘P) and then save it (Ctrl+S or ⌘S). +You can make a new file (Ctrl+N or ⌘N) and then save it (Ctrl+S or ⌘S). Now that you've learned the necessary keyboard shortcuts, use Quick Open with `Ctrl+P` or `⌘P` to open the `project.py` file. @@ -65,4 +65,4 @@ Let's go ahead and click install on the Linter popup. {{%expand "Note: If you accidentally dismissed the popup, open the command palette and search for Python: Select Linter, then select pylint. The popup will now reappear, and you can hit install. Expand this section for more details." %}} ![Select linter](/01-introduction/02-requirements/05-vs-code/images/select-linter.png?classes=shadow,border) ![Choose pylint](/01-introduction/02-requirements/05-vs-code/images/select-pylint.png?classes=shadow,border) -{{% /expand%}} \ No newline at end of file +{{% /expand%}}