]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add some markup
authorEric Siegerman <eric.siegerman@rci.rogers.com>
Wed, 23 Sep 2015 19:37:23 +0000 (15:37 -0400)
committerEric Siegerman <eric.siegerman@rci.rogers.com>
Wed, 23 Sep 2015 19:37:23 +0000 (15:37 -0400)
lib/sqlalchemy/engine/__init__.py

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