]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fixed typo
authorMarcin Kuzminski <marcin@python-works.com>
Wed, 8 Feb 2012 23:02:16 +0000 (01:02 +0200)
committerMarcin Kuzminski <marcin@python-works.com>
Wed, 8 Feb 2012 23:02:16 +0000 (01:02 +0200)
alembic/templates/pylons/env.py

index e25d64dc16e72baec1e2381213f00b816e8d1ce9..0b8cca5269e4a165da544b53a351b9e715668bb6 100644 (file)
@@ -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(