diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2021-06-07 14:54:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-07 20:54:28 +0200 |
| commit | bbf09254a3919821a9fa5f4e770b234829b64dee (patch) | |
| tree | ec63973b366e03c02a0b4c4133395bfb50a35fad /tests/migrations | |
| parent | 87bb746ea6bb4bf6fb9f87065d5daaca857a130c (diff) | |
Fixed typos in test comments.
Diffstat (limited to 'tests/migrations')
| -rw-r--r-- | tests/migrations/test_state.py | 2 |
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)), ], |
