diff docs/source/limitations.rst @ 296:ba5d5483e0db

shortened docstring to avoid word wrap
author catherine@dellzilla
date Tue, 24 Mar 2009 15:25:14 -0400
parents ca8db5d7c41d
children
line wrap: on
line diff
--- a/docs/source/limitations.rst	Tue Mar 24 15:00:44 2009 -0400
+++ b/docs/source/limitations.rst	Tue Mar 24 15:25:14 2009 -0400
@@ -37,8 +37,7 @@
 
 * ATTRIBUTE
 
-* BREAK, BTITLE, CLEAR, COLUMN, COMPUTE, REPFOOTER, REPHEADER, and all SQL\*Plus report formatting commands.  In my opinion, special sqlpython output is
-much more powerful than SQL\*Plus report-formatting anyway.
+* BREAK, BTITLE, CLEAR, COLUMN, COMPUTE, REPFOOTER, REPHEADER, and all SQL\*Plus report formatting commands.  In my opinion, special sqlpython output is much more powerful than SQL\*Plus report-formatting anyway.
 
 * COPY (Consider using `cat {table} \\i > table.sql`, `connect -a me@otherplace`, then `@table.sql`)