guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: python-mujson: Fix typo.


From: guix-commits
Subject: 08/12: gnu: python-mujson: Fix typo.
Date: Thu, 29 Oct 2020 00:15:24 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 19c2c9f0bf1ff54079ce0c8f97e28803299d10d8
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Oct 28 20:05:44 2020 -0700

    gnu: python-mujson: Fix typo.
    
    * gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This
      package".
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cd83c04..9f689d3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21996,7 +21996,7 @@ allows you, from Python code, to “fix” invalid (X)HTML 
markup.")
     (build-system python-build-system)
     (home-page "https://github.com/mattgiles/mujson";)
     (synopsis "Use the fastest JSON functions available at import time")
-    (description "This packages selects the fastest JSON functions available
+    (description "This package selects the fastest JSON functions available
 at import time.")
     (license license:expat)))
 



reply via email to

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