diff options
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/engine/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/engine/__init__.py b/lib/sqlalchemy/engine/__init__.py index 114e8f46d..4b6e752ba 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 |
