aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar discretegames <[email protected]>2022-11-08 18:14:47 -0800
committerGravatar GitHub <[email protected]>2022-11-08 18:14:47 -0800
commit529cc5a901b776dafe4c8da88281728d5a75d10e (patch)
tree04a7bcbacf2a0509134784d563eed6eca8ff65eb
parentProofread windows guides and added image links everywhere (diff)
Update pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md
Co-authored-by: Amrou Bellalouna <[email protected]>
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md
index f86d5d48..168b0e56 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md
@@ -27,7 +27,7 @@ PATH" checkbox on the first page of the installer. See [our guide on adding Pyth
for how to fix this. You can also use the `py` launcher instead of `python` by just replacing `python` in your command
with `py`. See [this guide](../installing-and-using-python/#the-py-launcher) for more information on that.
-### I `pip` installed a package but when running my code get a `ModuleNotFoundError`
+### I `pip` installed a package but when running my code I get a `ModuleNotFoundError`
- #### Are you actually getting a `ModuleNotFoundError`?