summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-02-02 18:59:19 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-02-02 18:59:19 -0500
commitacb9ded7c87d30446c19c825aa8fd373827f1040 (patch)
tree98e9eda6cfc8faeefa7779e29d7c258331d984b5 /lib/sqlalchemy/engine
parentd7e4a8529000ce2527861e13ed3f6e8660f35b8f (diff)
downloadsqlalchemy-acb9ded7c87d30446c19c825aa8fd373827f1040.tar.gz
more egregious long lines
Diffstat (limited to 'lib/sqlalchemy/engine')
-rw-r--r--lib/sqlalchemy/engine/__init__.py3
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