changeset 4:ae28bd3be137

Wording change.
author Atul Varma <varmaa@toolness.com>
date Thu, 05 Jun 2008 15:19:42 -0700
parents bcc462f2f822
children 758a15a83be8
files PythonForJsProgrammers.txt
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.txt	Thu Jun 05 15:18:41 2008 -0700
+++ b/PythonForJsProgrammers.txt	Thu Jun 05 15:19:42 2008 -0700
@@ -84,9 +84,9 @@
 =====================
 
 Python, when executed with no parameters, just presents an interactive
-shell.  It's similar to the SpiderMonkey shell and xpcshell if you're
-familiar with those.  The code examples in this tutorial will be
-displayed as though they're being executed in it, like so:
+interpreter.  It's similar to the SpiderMonkey shell and xpcshell if
+you're familiar with those.  The code examples in this tutorial will
+be displayed as though they're being executed in it, like so:
 
     >>> 1 + 2
     3