From: Randall Smith Date: Tue, 17 Mar 2009 04:11:07 +0000 (+0000) Subject: minor updates to documentation strings X-Git-Tag: rel_0_6_6~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844af587df5229e438aeac20d37e15793886b1ad;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git minor updates to documentation strings --- diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index ac1f26630c..77f481028a 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -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