summaryrefslogtreecommitdiff
path: root/tutorials/module_1/spyder_getting_started.md
diff options
context:
space:
mode:
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)