summaryrefslogtreecommitdiff
path: root/tests/migrations
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2021-06-07 14:54:28 -0400
committerGitHub <noreply@github.com>2021-06-07 20:54:28 +0200
commitbbf09254a3919821a9fa5f4e770b234829b64dee (patch)
treeec63973b366e03c02a0b4c4133395bfb50a35fad /tests/migrations
parent87bb746ea6bb4bf6fb9f87065d5daaca857a130c (diff)
Fixed typos in test comments.
Diffstat (limited to 'tests/migrations')
-rw-r--r--tests/migrations/test_state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_state.py b/tests/migrations/test_state.py
index 4d87a1ebc5..8575ee350c 100644
--- a/tests/migrations/test_state.py
+++ b/tests/migrations/test_state.py
@@ -1088,7 +1088,7 @@ class ModelStateTests(SimpleTestCase):
'Tag',
[
('id', models.AutoField(primary_key=True)),
- # Purposedly re-ordered.
+ # Purposely re-ordered.
('hidden', models.BooleanField()),
('name', models.CharField(max_length=100)),
],