Fixed typo in django/core/management/templates.py docstring.

This commit is contained in:
excursus 2020-06-24 15:46:01 -04:00 committed by GitHub
parent 5227101787
commit 9a54a9172a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class TemplateCommand(BaseCommand):
def extract(self, filename): def extract(self, filename):
""" """
Extract the given file to a temporarily and return Extract the given file to a temporary directory and return
the path of the directory with the extracted content. the path of the directory with the extracted content.
""" """
prefix = 'django_%s_template_' % self.app_or_project prefix = 'django_%s_template_' % self.app_or_project