# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1237417548 14400 # Node ID df78546969c9208916f595730e73fe72aac5882e # Parent 0ae3a8227bc06245592e1c3d40f3996683ad33f5 spacing change in py doc diff -r 0ae3a8227bc0 -r df78546969c9 sqlpython/sqlpyPlus.py --- 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 : 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)