From: Eric Siegerman Date: Wed, 23 Sep 2015 19:37:23 +0000 (-0400) Subject: Add some markup X-Git-Tag: rel_1_0_9~18^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81eefe038ea44a5314002483dde9cf00580df1bd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add some markup --- diff --git a/lib/sqlalchemy/engine/__init__.py b/lib/sqlalchemy/engine/__init__.py index 114e8f46d0..4b6e752ba7 100644 --- a/lib/sqlalchemy/engine/__init__.py +++ b/lib/sqlalchemy/engine/__init__.py @@ -390,8 +390,8 @@ def engine_from_config(configuration, prefix='sqlalchemy.', **kwargs): """Create a new Engine instance using a configuration dictionary. 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. + 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