aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar discretegames <[email protected]>2022-11-12 18:01:19 -0800
committerGravatar GitHub <[email protected]>2022-11-12 18:01:19 -0800
commitf612d4c7183c7513080ec035298e495c438a92df (patch)
treeb29c99c5c713950d597b95ee4a8ab43b33f19f7c
parentUpdate pydis_site/apps/content/resources/guides/python-guides/windows/common-... (diff)
Update pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md
Co-authored-by: wookie184 <[email protected]>
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md
index 7068d33e..f6e9fed2 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/windows/installing-and-using-python.md
@@ -73,7 +73,7 @@ Python console app and run some code like `print("Hello, World!")`.
[![Testing Python console](/static/images/content/python-on-windows/recommended_install_7.png)](/static/images/content/python-on-windows/recommended_install_7.png)
Or try the more usual way of running Python by typing `python` in a new terminal window to open up the Python
-[REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop), or use `python somefile.py` to run some
+[REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop), or use `python somefile.py` to run a
Python file. You can use whichever terminal you prefer: Command Prompt, PowerShell, an IDE-integrated terminal, [Windows
Terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701), etc. It just has to be a freshly
opened terminal or the commands may not be recognized.