# HG changeset patch # User catherine@cordelia # Date 1211331980 14400 # Node ID 5c73ebfdb24cc7fed68ca1eccbb127c60dcb295a # Parent f9a8852a9552579b5d70b7bb6e6dc756986365e7 tweaking readme diff -r f9a8852a9552 -r 5c73ebfdb24c README.txt --- a/README.txt Tue May 20 15:37:02 2008 -0400 +++ b/README.txt Tue May 20 21:06:20 2008 -0400 @@ -33,10 +33,12 @@ Modifying --------- -Modify mysqlpy.py; add `do_mycommand(self, arg)` methods to the -mysqlpy class to add your own commands. Use `self.stdout.write(txt)` -in place of `print txt` to make sure your output can be redirected -into text files or the paste buffer with `>` and `>>`. +Modify mysqlpy.py; add `do_mycommand(self, arg)` +methods to the mysqlpy class to add your own commands. + +Use `self.stdout.write(txt)` in place of `print txt` +to make sure your output can be redirected into text +files or the paste buffer with `>` and `>>`. Contributing ------------