From: Jon Nelson Date: Sat, 15 Nov 2014 04:19:26 +0000 (-0600) Subject: - fix minor spelling error X-Git-Tag: rel_0_9_9~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b6e02aac7c29f51bb95ba515bb10d8a2d0812ef;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix minor spelling error (cherry picked from commit 5fd779df0c958dc1ec2766f55d80b3090d2427eb) --- diff --git a/test/requirements.py b/test/requirements.py index 1c8dee9f3d..2953c2167a 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -29,7 +29,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'),