From: Eric Siegerman Date: Wed, 23 Sep 2015 19:35:35 +0000 (-0400) Subject: A few minor rewordings X-Git-Tag: rel_1_1_0b1~84^2~70^2~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1195155937e46ea79ea38321cc69cd0310372636;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git A few minor rewordings (cherry picked from commit ea084bdc656a6a64db1ee582630d415bc8154505) --- diff --git a/lib/sqlalchemy/engine/__init__.py b/lib/sqlalchemy/engine/__init__.py index f1eacf6a6e..114e8f46d0 100644 --- a/lib/sqlalchemy/engine/__init__.py +++ b/lib/sqlalchemy/engine/__init__.py @@ -389,9 +389,9 @@ def create_engine(*args, **kwargs): def engine_from_config(configuration, prefix='sqlalchemy.', **kwargs): """Create a new Engine instance using a configuration dictionary. - The dictionary is typically produced from a config file where keys - are prefixed, such as sqlalchemy.url, sqlalchemy.echo, etc. The - 'prefix' argument indicates the prefix to be searched for. + The *configuration* dictionary is typically produced from a config file + in which keys are prefixed, e.g. sqlalchemy.url, sqlalchemy.echo, etc. + The 'prefix' argument indicates the prefix to be searched for. A select set of keyword arguments will be "coerced" to their expected type based on string values. The set of arguments