gnu: python-django-url-filter: Fix grammar.
authorVagrant Cascadian <vagrant@debian.org>
Sat, 31 Oct 2020 00:03:18 +0000 (17:03 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Sat, 31 Oct 2020 00:20:06 +0000 (17:20 -0700)
* gnu/packages/django (python-django-url-filter)[description]: Remove
  gratiutous use of "allows to".

gnu/packages/django.scm

index 919a56c..9ac3894 100644 (file)
@@ -1291,6 +1291,6 @@ to ElasticSearch.")
     (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)))