guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sgmllib3k: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: python-sgmllib3k: Fix typo.
Date: Tue, 21 Dec 2021 15:11:41 -0500

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 081c07d  gnu: python-sgmllib3k: Fix typo.
081c07d is described below

commit 081c07d6a084481c34b5bc8b145feecc7d7379db
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Tue Dec 21 12:02:12 2021 -0800

    gnu: python-sgmllib3k: Fix typo.
    
    * gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of
      pluralized "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 234444d..1a1588d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26960,7 +26960,7 @@ supports x86_64 instructions up to AVX-512 and SHA.")
       (build-system python-build-system)
       (home-page "https://github.com/hsoft/sgmllib";)
       (synopsis "Python 3 port of sgmllib")
-      (description "This packages provides an unmaintained port of sgmllib to
+      (description "This package provides an unmaintained port of sgmllib to
 Python 3.  It is used to parse text files formatted in @acronym{SGML,Standard
 Generalized Mark-up Language}.")
       (license license:bsd-3))))



reply via email to

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