summaryrefslogtreecommitdiff
path: root/tests/migrations/test_multidb.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/test_multidb.py')
-rw-r--r--tests/migrations/test_multidb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_multidb.py b/tests/migrations/test_multidb.py
index 0d7ea92ef5..c6ca4a844e 100644
--- a/tests/migrations/test_multidb.py
+++ b/tests/migrations/test_multidb.py
@@ -49,7 +49,7 @@ class MultiDBOperationTests(OperationTestBase):
def _test_create_model(self, app_label, should_run):
"""
- Tests that CreateModel honours multi-db settings.
+ CreateModel honors multi-db settings.
"""
operation = migrations.CreateModel(
"Pony",