Skip to content

Commit a8a2c19

Browse files
docs: Fix grammar in macOS Python note in Quick Start (#25235)
Fixes minor grammar issue: `note: that the system` → `note: the system` in README.md. Co-authored-by: Dhanika Botejue <[email protected]>
1 parent 3a996cc commit a8a2c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you encounter issues with any of the listed extensions, please file an issue
2727

2828
## Quick start
2929

30-
- **Step 1.** [Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites) (note: that the system install of Python on macOS is not supported).
30+
- **Step 1.** [Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites) (note: the system install of Python on macOS is not supported).
3131
- **Step 2.** [Install the Python extension for Visual Studio Code](https://code.visualstudio.com/docs/editor/extension-gallery).
3232
- **Step 3.** Open or create a Python file and start coding!
3333

0 commit comments

Comments
 (0)