Better class docs
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 19 Jun 2024 22:43:14 +0000 (17:43 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Wed, 19 Jun 2024 22:43:14 +0000 (17:43 -0500)
src/pgwui_core/core.py

index 96c1549c9fdf6b5c179703ee76916905f1b22074..64d84c282c00fd2845b94ec09d04473de20f9c92 100644 (file)
@@ -649,10 +649,10 @@ def format_exception(ex):
 @attrs.define(slots=False)
 class SQLCommand():
     '''
-    An SQL command that returns nothing
+    An SQL command or commands
 
     Attributes:
-      stmt  The statement, formatted for psycopg3 substitution
+      stmt  The statement or statements, formatted for psycopg3 substitution
       args  Tuple of arguments used to substitute when executed.
       ec(ex) Produces the exception to raise an instance of on failure
               Input: