Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge "Fix spelling mistake"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Mar 24, 2017
2 parents ca6f3a9 + 09ec8f7 commit 9a7a37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion migrate/tests/changeset/test_changeset.py
Expand Up @@ -761,7 +761,7 @@ def test_null(self):
@fixture.usedb()
def test_alter_deprecated(self):
try:
# py 2.4 compatability :-/
# py 2.4 compatibility :-/
cw = catch_warnings(record=True)
w = cw.__enter__()

Expand Down
4 changes: 2 additions & 2 deletions migrate/tests/versioning/test_util.py
Expand Up @@ -42,7 +42,7 @@ def test_construct_engine(self):

# deprecated echo=True parameter
try:
# py 2.4 compatability :-/
# py 2.4 compatibility :-/
cw = catch_warnings(record=True)
w = cw.__enter__()

Expand Down Expand Up @@ -100,7 +100,7 @@ def test_load_model(self):
f.close()

try:
# py 2.4 compatability :-/
# py 2.4 compatibility :-/
cw = catch_warnings(record=True)
w = cw.__enter__()

Expand Down

0 comments on commit 9a7a37f

Please sign in to comment.