changeset 30:132314ef9739

Wording change
author Atul Varma <varmaa@toolness.com>
date Fri, 06 Jun 2008 00:14:53 -0700
parents d8bb41310526
children 57bae3eba6e3
files PythonForJsProgrammers.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.txt	Fri Jun 06 00:03:03 2008 -0700
+++ b/PythonForJsProgrammers.txt	Fri Jun 06 00:14:53 2008 -0700
@@ -26,7 +26,7 @@
         doSomething();
 
 The line ``doSomething();`` is indented after the ``if`` statement to
-indicate that it should only be done if the statement it's below is
+indicate that it should only be done if the statement above it is
 true.  Given this, consider what the following code does::
 
     if (someVar == 1)