Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Apr 12, 2024
1 parent e3a22d0 commit 99f3988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def load_fixture(apps, schema_editor):


def unload_fixture(apps, schema_editor):
"""Delete all entries from the geenrator state"""
"""Delete all entries from the generator state"""

generator_state_model = apps.get_model('histograms', 'GeneratorState')
generator_state_model.objects.all().delete()
Expand Down

0 comments on commit 99f3988

Please sign in to comment.