fixed what would be a rather embarrassing misspeeeling

This commit is contained in:
Rebeccah
2021-05-19 09:52:37 -04:00
parent 779ca8b260
commit 2ed3038a5c

View File

@@ -14,7 +14,7 @@ class Command(BaseCommand):
type=str,
nargs='?',
default='',
help='run this with a path to a virutal environment as an argument to see the pip freeze data',
help='run this with a path to a virtual environment as an argument to see the pip freeze data',
)
def handle(self, *args, **options):