mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-03 06:19:59 -04:00
Merged in jon_nelson/sqlalchemy/minor_spelling_error (pull request #37)
- fix minor spelling error
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user