From f29be1e6f7f9de812633efdf6323dc5e87b18cd2 Mon Sep 17 00:00:00 2001 From: Eric Siegerman Date: Wed, 23 Sep 2015 15:37:23 -0400 Subject: [PATCH] Add some markup (cherry picked from commit 81eefe038ea44a5314002483dde9cf00580df1bd) --- lib/sqlalchemy/engine/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3