aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar discretegames <[email protected]>2022-11-12 18:27:51 -0800
committerGravatar GitHub <[email protected]>2022-11-12 18:27:51 -0800
commit9b21ec8c702961adc731aee83162f68cd8de65b1 (patch)
tree3f92757f0e5163497624dd13c870ebdd6a13282e
parentUpdate pydis_site/apps/content/resources/guides/python-guides/windows/putting... (diff)
Update pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md
Co-authored-by: wookie184 <[email protected]>
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md b/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md
index 8b288bf7..db833a98 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/windows/putting-python-on-path.md
@@ -155,7 +155,7 @@ Again, the Path lookup order is:
### Adding Python to your Path
-Here the common case of adding Python and the Python Scripts directory to the Windows Path is detailed. Though knowing
+Here only the common case of adding Python and the Python Scripts directory to the Windows Path is detailed. However, knowing
how to manually modify the Path is handy beyond just Python for whenever you need to change or debug which programs run
on the command line in Windows. (The less customizable but [safer method is
above](#safe-method-let-the-installer-add-python-to-path) if you missed it.)