spelling: deduplicate

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-04-04 11:13:04 -04:00
parent 9ea5a3b89c
commit c2022acf67
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ def dedupe_model(model):
class Command(BaseCommand):
"""dedplucate allllll the book data models"""
"""deduplicate allllll the book data models"""
help = "merges duplicate book data"
# pylint: disable=no-self-use,unused-argument

View file

@ -33,7 +33,7 @@ def remove_editions():
class Command(BaseCommand):
"""dedplucate allllll the book data models"""
"""deduplicate allllll the book data models"""
help = "merges duplicate book data"
# pylint: disable=no-self-use,unused-argument