# HG changeset patch # User Atul Varma # Date 1212736493 25200 # Node ID 132314ef97392840f71b71efeaefc7e8c00184d1 # Parent d8bb413105265cd613032b10229f66857a565277 Wording change diff -r d8bb41310526 -r 132314ef9739 PythonForJsProgrammers.txt --- 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)