From ca64519e5bef911b3cb92cd8c30f0229dcb08180 Mon Sep 17 00:00:00 2001 From: maneesha <829690+maneesha@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:54:47 -0500 Subject: [PATCH] another typo --- episodes/01-short-introduction-to-Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-short-introduction-to-Python.md b/episodes/01-short-introduction-to-Python.md index 77f12abc3..e13dffeaa 100644 --- a/episodes/01-short-introduction-to-Python.md +++ b/episodes/01-short-introduction-to-Python.md @@ -180,7 +180,7 @@ is excellent for reference on the differences between them. **Tip**: When editing scripts like *example.py*, be careful not to use word processors such as MS Word, as they may introduce extra information that confuses Python. In this lesson we will be using either Jupyter notebooks or -the Spyder IDE, and for your everday work you may also choose any text editor +the Spyder IDE, and for your everyday work you may also choose any text editor such as Notepad++, VSCode, Vim, or Emacs. ### Operators