From acb9ded7c87d30446c19c825aa8fd373827f1040 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 2 Feb 2013 18:59:19 -0500 Subject: more egregious long lines --- lib/sqlalchemy/engine/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sqlalchemy/engine') 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 `_. + See `example in the FAQ + `_. :param executor=None: a function taking arguments ``(sql, *multiparams, **params)``, to which the ``mock`` strategy will -- cgit v1.2.1