summaryrefslogtreecommitdiff
path: root/test/requirements.py
diff options
context:
space:
mode:
authorJon Nelson <jnelson@jamponi.net>2014-11-14 22:19:26 -0600
committerJon Nelson <jnelson@jamponi.net>2014-11-14 22:20:56 -0600
commit5fd779df0c958dc1ec2766f55d80b3090d2427eb (patch)
tree9e98dc2eec1405dd09687eda4271d8ba4883e59f /test/requirements.py
parentf6c64fd0a64fd5a36ece57902a6bfc31beaeb677 (diff)
downloadsqlalchemy-5fd779df0c958dc1ec2766f55d80b3090d2427eb.tar.gz
- fix minor spelling error
Diffstat (limited to 'test/requirements.py')
-rw-r--r--test/requirements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.py b/test/requirements.py
index 05ca8d717..514c2b329 100644
--- a/test/requirements.py
+++ b/test/requirements.py
@@ -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'),