From e979d40d365e992fa035d1bce2c230699ffe255d Mon Sep 17 00:00:00 2001 From: Brian Buck Date: Wed, 24 Aug 2016 09:03:24 -0600 Subject: Fix typo in comment. --- wkhtmltopdf/tests/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wkhtmltopdf/tests/run.py b/wkhtmltopdf/tests/run.py index 4b3f65a..4ff7f9e 100644 --- a/wkhtmltopdf/tests/run.py +++ b/wkhtmltopdf/tests/run.py @@ -30,7 +30,7 @@ settings.configure( MEDIA_URL='/media/', STATIC_ROOT=os.path.join(DIRNAME, 'static'), STATIC_URL='/static/', - TEMPLATES = [ # For Django >= 1.10. Ignored is lower versions + TEMPLATES = [ # For Django >= 1.10. Ignored in lower versions { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'APP_DIRS': True, -- cgit v1.2.3