From 6d2db8cfa76636571f342152894f2a9ef1c5bc3e Mon Sep 17 00:00:00 2001 From: discretegames <35741644+discretegames@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:15:42 -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(-) 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 -- cgit v1.2.3