Merged in jon_nelson/sqlalchemy/minor_spelling_error (pull request #37)

- fix minor spelling error
This commit is contained in:
Mike Bayer
2014-11-26 13:41:42 -05:00
+1 -1
View File
@@ -30,7 +30,7 @@ def exclude(db, op, spec, description=None):
class DefaultRequirements(SuiteRequirements):
@property
def deferrable_or_no_constraints(self):
"""Target database must support derferable constraints."""
"""Target database must support deferrable constraints."""
return skip_if([
no_support('firebird', 'not supported by database'),