From 403809afce595019905a50e0b3fd8bbfa9c4f130 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 28 Oct 2020 19:50:24 -0700 Subject: gnu: python-django-sekizai: Fix typo. * gnu/packages/django (python-django-sekizai)[description]: Use "that is" instead of "thats". --- gnu/packages/django.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 @@ (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 -- cgit v1.2.3