summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-04-04 13:46:07 +0300
committerMike Bayer <mike_mp@zzzcomputing.com>2016-04-06 10:00:15 -0400
commita5ba003858709aa95c76d76f8caabe7bf19e821a (patch)
treea9f9fb36e664f25cea9edf1bbb1562f6832cf647 /lib/sqlalchemy/engine
parentd636f6c167fc32119612e93205024dc39af4fdf8 (diff)
downloadsqlalchemy-rel_0_8.tar.gz
Fix some broken links in docsrel_0_8
(cherry picked from commit b1c9b3bd384fc40e1c411abef12eaf04b574612f)
Diffstat (limited to 'lib/sqlalchemy/engine')
-rw-r--r--lib/sqlalchemy/engine/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/engine/__init__.py b/lib/sqlalchemy/engine/__init__.py
index 5b03e89c2..604cdcb7b 100644
--- a/lib/sqlalchemy/engine/__init__.py
+++ b/lib/sqlalchemy/engine/__init__.py
@@ -328,7 +328,7 @@ def create_engine(*args, **kwargs):
* 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>`_.
+ <http://docs.sqlalchemy.org/en/latest/faq/metadata_schema.html#how-can-i-get-the-create-table-drop-table-output-as-a-string>`_.
:param executor=None: a function taking arguments
``(sql, *multiparams, **params)``, to which the ``mock`` strategy will