Skip to content

Commit

Permalink
fix typo in constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skarzi authored Oct 4, 2020
1 parent cce6f0a commit 3fa33f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_test_migrations/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing_extensions import Final

#: marker/tag indicating that marked test is a Django's migrations test
#: marker/tag indicating that marked test is a Django's migration test
MIGRATION_TEST_MARKER: Final = 'migration_test'

0 comments on commit 3fa33f2

Please sign in to comment.