mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed typo in django/core/management/templates.py docstring.
This commit is contained in:
parent
5227101787
commit
9a54a9172a
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class TemplateCommand(BaseCommand):
|
|||
|
||||
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.
|
||||
"""
|
||||
prefix = 'django_%s_template_' % self.app_or_project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue