Merge "Fix spelling mistake"
This commit is contained in:
commit
9a7a37fba4
@ -761,7 +761,7 @@ class TestColumnChange(fixture.DB):
|
||||
@fixture.usedb()
|
||||
def test_alter_deprecated(self):
|
||||
try:
|
||||
# py 2.4 compatability :-/
|
||||
# py 2.4 compatibility :-/
|
||||
cw = catch_warnings(record=True)
|
||||
w = cw.__enter__()
|
||||
|
||||
|
@ -42,7 +42,7 @@ class TestUtil(fixture.Pathed):
|
||||
|
||||
# deprecated echo=True parameter
|
||||
try:
|
||||
# py 2.4 compatability :-/
|
||||
# py 2.4 compatibility :-/
|
||||
cw = catch_warnings(record=True)
|
||||
w = cw.__enter__()
|
||||
|
||||
@ -100,7 +100,7 @@ class TestUtil(fixture.Pathed):
|
||||
f.close()
|
||||
|
||||
try:
|
||||
# py 2.4 compatability :-/
|
||||
# py 2.4 compatibility :-/
|
||||
cw = catch_warnings(record=True)
|
||||
w = cw.__enter__()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user