From: Marcin Kuzminski Date: Wed, 8 Feb 2012 23:02:16 +0000 (+0200) Subject: fixed typo X-Git-Tag: rel_0_2_2~7^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a3884b4c55487ba465037fea43da920c8e6920;p=thirdparty%2Fsqlalchemy%2Falembic.git fixed typo --- diff --git a/alembic/templates/pylons/env.py b/alembic/templates/pylons/env.py index e25d64dc..0b8cca52 100644 --- a/alembic/templates/pylons/env.py +++ b/alembic/templates/pylons/env.py @@ -62,7 +62,7 @@ def run_migrations_online(): # engine = meta.engine raise NotImplementedError("Please specify engine connectivity here") - if isintance(engine, Engine): + if isinstance(engine, Engine): connection = engine.connect() else: raise Exception(