fix(curriculam): minor grammatical error in python installation instructions (#64073)

This commit is contained in:
Pade venkata ramprasad
2025-11-23 14:42:33 +05:30
committed by GitHub
parent aa3656b74b
commit 62cb14d509
@@ -18,7 +18,7 @@ We'll go over how to install Python on a computer running macOS first:
- Click on the button showing the current version of Python (from the previous modal), and you'll start downloading a `.pkg` installation file automatically.
- Once the `.pkg` installer is finished downloading, open it, then click "Continue" in the window that opens up.
- Continue clicking the "Continue" button until you get to the "Installation Type" section. There, click the "Install" button.
- Enter in your password if necessary, then start the installation.
- Enter your password if necessary, then start the installation.
- After that, you should get a congratulations message saying that Python has been successfully installed.
- Click the "Close" button, and you're done!