]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
minor updates to documentation strings
authorRandall Smith <randall@tnr.cc>
Tue, 17 Mar 2009 04:11:07 +0000 (04:11 +0000)
committerRandall Smith <randall@tnr.cc>
Tue, 17 Mar 2009 04:11:07 +0000 (04:11 +0000)
lib/sqlalchemy/engine/base.py

index ac1f26630c57af206da7bdd2c00faaaa9438916e..77f481028a0868911258922d6675b720cb302bd5 100644 (file)
@@ -181,8 +181,8 @@ class Dialect(object):
         """Return information about columns in `table_name`.
 
         Given a [sqlalchemy.engine#Connection], a string `table_name`, and an
-        optional string `schema`, return column information as a list of dicts
-        with these keys:
+        optional string `schema`, return column information as a list of
+        dictionaries with these keys:
 
         name
           the column's name
@@ -268,8 +268,8 @@ class Dialect(object):
         """Return information about indexes in `table_name`.
 
         Given a [sqlalchemy.engine#Connection], a string `table_name` and an 
-        optional string `schema`, return index information as a list of dicts 
-        with these keys:
+        optional string `schema`, return index information as a list of
+        dictionaries with these keys:
 
         name
           the index's name