Skip to content
Snippets Groups Projects
Unverified Commit c1925f60 authored by Niklas Mohrin's avatar Niklas Mohrin
Browse files

Fix wording of `manage.py format`

parent 0f5856d2
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ from django.core.management.base import BaseCommand ...@@ -5,7 +5,7 @@ from django.core.management.base import BaseCommand
class Command(BaseCommand): class Command(BaseCommand):
args = "" args = ""
help = "Runs the code formatter" help = "Runs code formatting"
requires_migrations_checks = False requires_migrations_checks = False
def handle(self, *args, **options): def handle(self, *args, **options):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment