Fixes typo and outdated comment
This commit is contained in:
parent
eae06602a9
commit
455b0c82ea
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@ from django.core.management.base import BaseCommand
|
|||
from bookwyrm import models
|
||||
|
||||
|
||||
class Commmand(BaseCommand):
|
||||
class Command(BaseCommand):
|
||||
"""command-line options"""
|
||||
|
||||
help = "Repairs an edition that is in a broken state"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue