gnu: python-django-sekizai: Fix typo.

* gnu/packages/django (python-django-sekizai)[description]: Use "that is"
  instead of "thats".
This commit is contained in:
Vagrant Cascadian 2020-10-28 19:50:24 -07:00
parent baf78ed66a
commit 403809afce
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1052,7 +1052,7 @@ (define-public python-django-sekizai
("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