gnu: python-django-url-filter: Fix grammar.

* gnu/packages/django (python-django-url-filter)[description]: Remove
  gratiutous use of "allows to".
This commit is contained in:
Vagrant Cascadian 2020-10-30 17:03:18 -07:00
parent f7920c6315
commit b808f74af4
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1291,6 +1291,6 @@ (define-public python-django-url-filter
(description
"The main goal of Django URL Filter is to provide an easy URL interface
for filtering data. It allows the user to safely filter by model attributes
and also allows to specify the lookup type for each filter (very much like
and also specify the lookup type for each filter (very much like
Django's filtering system in ORM).")
(license license:expat)))