diff options
author | 2022-11-08 18:15:42 -0800 | |
---|---|---|
committer | 2022-11-08 18:15:42 -0800 | |
commit | 6d2db8cfa76636571f342152894f2a9ef1c5bc3e (patch) | |
tree | 95b20d7755967c9296e3a47a7a176c01559b5817 /pydis_site | |
parent | Update pydis_site/apps/content/resources/guides/python-guides/windows/common-... (diff) |
Update pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md
Co-authored-by: Amrou Bellalouna <[email protected]>
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/windows/common-issues.md | 2 |
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 168b0e56..0d0d2a70 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 @@ -33,7 +33,7 @@ with `py`. See [this guide](../installing-and-using-python/#the-py-launcher) for If you are using a code editor such as VSCode or PyCharm you may get a squiggly line under your import saying the module couldn't be found, it is possible that this is just an mistake by the editor, so try actually running your - code with to ensure if it actually errors. +so try to actually run your code the way it is to ensure that it actually errors. If your code runs fine, you could try restarting your editor. If you have newly installed a module it may just not have detected it yet. If that doesn't help, you may need to configure your editor to ensure it is looking for the |