aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar discretegames <[email protected]>2022-11-12 18:29:31 -0800
committerGravatar GitHub <[email protected]>2022-11-12 18:29:31 -0800
commitdb505b41301616cb44ebc85a3891e6c122155edc (patch)
tree121f2c7869e5b02718ede0088dfa834a4de19d4d
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 db833a98..09c6f9da 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
@@ -202,7 +202,7 @@ Follow these steps to add Python to the Path. **You will need administrator priv
[![Step 5](/static/images/content/python-on-windows/edit_path_3.png)](/static/images/content/python-on-windows/edit_path_3.png)
- I suggest using the User Path (what the screenshots show) for the default installation of Python. In general, only
+ You should use the User Path (what the screenshots show) for the default installation of Python. In general, only
put things on the System Path if they are installed for all users (e.g. in `C:\Program Files` or `C:\`) and you're
certain they won't overshadow anything in User Paths. **Remember, the System Path takes precedence over the User
Path when commands are looked up.**