guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: python-django-url-filter: Fix grammar.


From: guix-commits
Subject: 04/08: gnu: python-django-url-filter: Fix grammar.
Date: Fri, 30 Oct 2020 20:23:14 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit b808f74af4e5fd43073d45d21c1667973037135b
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Oct 30 17:03:18 2020 -0700

    gnu: python-django-url-filter: Fix grammar.
    
    * gnu/packages/django (python-django-url-filter)[description]: Remove
      gratiutous use of "allows to".
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 919a56c..9ac3894 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]