changeset 275:df78546969c9

spacing change in py doc
author catherine@Elli.myhome.westell.com
date Wed, 18 Mar 2009 19:05:48 -0400
parents 0ae3a8227bc0
children 0b7031c2229e
files sqlpython/sqlpyPlus.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sqlpython/sqlpyPlus.py	Wed Mar 18 19:03:27 2009 -0400
+++ b/sqlpython/sqlpyPlus.py	Wed Mar 18 19:05:48 2009 -0400
@@ -469,7 +469,8 @@
         '''
         py <command>: Executes a Python command.
         py: Enters interactive Python mode (end with `\py`).
-        Past SELECT results are stored in list `r`; most recent resultset is `r[-1]`.
+        Past SELECT results are stored in list `r`; 
+            most recent resultset is `r[-1]`.
         SQL bind variables can be accessed/changed via `binds`.
         '''
         return Cmd.do_py(self, arg)