From 9a54a9172a724d38caf6a150f41f23d79b9bdbb7 Mon Sep 17 00:00:00 2001 From: excursus <47369920+excursus@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:46:01 -0400 Subject: [PATCH] Fixed typo in django/core/management/templates.py docstring. --- django/core/management/templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/core/management/templates.py b/django/core/management/templates.py index 9e51906ac3..8dc6068286 100644 --- a/django/core/management/templates.py +++ b/django/core/management/templates.py @@ -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