From 656775a8f6a863bbf1c119dccca84cc9c103223a Mon Sep 17 00:00:00 2001 From: Mark Mburu Date: Sat, 1 Feb 2025 19:11:35 +0300 Subject: [PATCH] Update 03-working-with-python.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the command for creating new files on Vscode for Mac from ⌘P to ⌘N --- .../02-requirements/05-vs-code/03-working-with-python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%}}