summaryrefslogtreecommitdiff
path: root/tutorials/module_1/spyder_getting_started.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-11-12 17:40:04 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-11-12 17:40:04 -0700
commitbda9939b6e93e06f61d5a51d90d6fb4a75d4aab8 (patch)
treeb754f0782713b7c285696f28a662dd384b51bdc6 /tutorials/module_1/spyder_getting_started.md
parent01b70c6416783dd24b1154fba8a39fd1b127faf8 (diff)
Added body for OOP tutorial
Diffstat (limited to 'tutorials/module_1/spyder_getting_started.md')
-rw-r--r--tutorials/module_1/spyder_getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/module_1/spyder_getting_started.md b/tutorials/module_1/spyder_getting_started.md
index b6a40ee..a23f0c6 100644
--- a/tutorials/module_1/spyder_getting_started.md
+++ b/tutorials/module_1/spyder_getting_started.md
@@ -26,7 +26,7 @@ This pane is used to write your scripts. The
6. The tab bar displays the names of all opened files. It also has a Browse tabs button (at left) to show every open tab and switch between them—which comes in handy if many are open.
### IPython Console
-This pane allows you to interactively run functions, do math computations, assign and modify variables.
+The "I" stands for interactive. This pane allows you to interactively run functions, perform math computations, assign and modify variables.
![IPython Console](figures/spyder_ipython_console.png)