# HG changeset patch # User Atul Varma # Date 1212704382 25200 # Node ID ae28bd3be137318be3733ea4110bdf00896c22f5 # Parent bcc462f2f822b72ddd3720cb9c584f2e1669b4d1 Wording change. diff -r bcc462f2f822 -r ae28bd3be137 PythonForJsProgrammers.txt --- 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