From 529cc5a901b776dafe4c8da88281728d5a75d10e Mon Sep 17 00:00:00 2001 From: discretegames <35741644+discretegames@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:14:47 -0800 Subject: Update pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md Co-authored-by: Amrou Bellalouna <48383734+shtlrs@users.noreply.github.com> --- .../content/resources/guides/python-guides/windows/common-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site') 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`? -- cgit v1.2.3