Skip to content

Commit 86aaa11

Browse files
ticosaxblueyed
andcommitted
Update django_fsm_log/models.py
Co-authored-by: Daniel Hahler <[email protected]>
1 parent 97675b8 commit 86aaa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_fsm_log/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class PersistedTransitionMixin(models.Model):
1414
"""
15-
Abstract Class that should be subclassed by the host application.
15+
Abstract class that should be subclassed by the host application.
1616
Host projects should own the migrations and
1717
can decide on their own primary key type.
1818
"""

0 commit comments

Comments
 (0)