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