]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
A few minor rewordings
authorEric Siegerman <eric.siegerman@rci.rogers.com>
Wed, 23 Sep 2015 19:35:35 +0000 (15:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Sep 2015 21:05:06 +0000 (17:05 -0400)
(cherry picked from commit ea084bdc656a6a64db1ee582630d415bc8154505)

lib/sqlalchemy/engine/__init__.py

index f1eacf6a6eb0b883dd7353165bd68a2b6e8726fe..114e8f46d0e32cc912735e9fdd74967917cbe0f8 100644 (file)
@@ -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