summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-10-30 17:03:18 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-10-30 17:20:06 -0700
commitb808f74af4e5fd43073d45d21c1667973037135b (patch)
tree10beb2d482b21c5c55cb983e9cec454b81d20cad /gnu/packages/django.scm
parentf7920c6315b58de9ff9331279f90f9fcc9e0c580 (diff)
downloadguix-patches-b808f74af4e5fd43073d45d21c1667973037135b.tar
guix-patches-b808f74af4e5fd43073d45d21c1667973037135b.tar.gz
gnu: python-django-url-filter: Fix grammar.
* gnu/packages/django (python-django-url-filter)[description]: Remove gratiutous use of "allows to".
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 919a56c590..9ac38945ff 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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)))