change "psotgresql" to 'postgresql' in decorator

This commit is contained in:
Mark Sandan
2016-05-06 18:26:31 -07:00
parent 9bdd6f2b1f
commit ba3d4aa5ba
+1 -1
View File
@@ -127,7 +127,7 @@ class UserDefinedTest(fixtures.TestBase, AssertsCompiledSQL):
class MyThingy(ColumnClause):
pass
@compiles(MyThingy, "psotgresql")
@compiles(MyThingy, 'postgresql')
def visit_thingy(thingy, compiler, **kw):
return "mythingy"