diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-02 18:59:19 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-02-02 18:59:19 -0500 |
| commit | acb9ded7c87d30446c19c825aa8fd373827f1040 (patch) | |
| tree | 98e9eda6cfc8faeefa7779e29d7c258331d984b5 /lib/sqlalchemy/engine | |
| parent | d7e4a8529000ce2527861e13ed3f6e8660f35b8f (diff) | |
| download | sqlalchemy-acb9ded7c87d30446c19c825aa8fd373827f1040.tar.gz | |
more egregious long lines
Diffstat (limited to 'lib/sqlalchemy/engine')
| -rw-r--r-- | lib/sqlalchemy/engine/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine/__init__.py b/lib/sqlalchemy/engine/__init__.py index bdecbce02..0a5a96784 100644 --- a/lib/sqlalchemy/engine/__init__.py +++ b/lib/sqlalchemy/engine/__init__.py @@ -318,7 +318,8 @@ def create_engine(*args, **kwargs): :ref:`threadlocal_strategy`; * the ``mock`` strategy, which dispatches all statement execution to a function passed as the argument ``executor``. - See `example in the FAQ <http://www.sqlalchemy.org/trac/wiki/FAQ#HowcanIgettheCREATETABLEDROPTABLEoutputasastring>`_. + See `example in the FAQ + <http://www.sqlalchemy.org/trac/wiki/FAQ#HowcanIgettheCREATETABLEDROPTABLEoutputasastring>`_. :param executor=None: a function taking arguments ``(sql, *multiparams, **params)``, to which the ``mock`` strategy will |
