From 844af587df5229e438aeac20d37e15793886b1ad Mon Sep 17 00:00:00 2001 From: Randall Smith Date: Tue, 17 Mar 2009 04:11:07 +0000 Subject: [PATCH] minor updates to documentation strings --- lib/sqlalchemy/engine/base.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.3