summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-28 19:50:24 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-28 21:10:26 -0700
commit403809afce595019905a50e0b3fd8bbfa9c4f130 (patch)
tree8f078b95fd20a7d66d13e3242f0371966c49b436 /gnu/packages/django.scm
parentbaf78ed66abbe77bcc9958aa817871ab3495fbaa (diff)
gnu: python-django-sekizai: Fix typo.
* gnu/packages/django (python-django-sekizai)[description]: Use "that is" instead of "thats".
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 7a1fb24e09..919a56c590 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1052,7 +1052,7 @@ provides features like a Web-browsable API and authentication policies.")
("python-six" ,python-six)))
(home-page "https://github.com/divio/django-sekizai")
(synopsis "Template blocks for Django projects")
- (description "Sekizai means blocks in Japanese, and thats what this app
+ (description "Sekizai means blocks in Japanese, and that is what this app
provides. A fresh look at blocks. With @code{django-sekizai} you can define
placeholders where your blocks get rendered and at different places in your
templates append to those blocks. This is especially useful for css and