guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-sgmllib3k: Fix typo.


From: guix-commits
Subject: 03/08: gnu: python-sgmllib3k: Fix typo.
Date: Wed, 17 Nov 2021 20:51:07 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit e782bb901bf23289fe6a460a61364d6c5afea4dc
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Nov 17 17:31:15 2021 -0800

    gnu: python-sgmllib3k: Fix typo.
    
    * gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix "This
      package" typo.
---
 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 0639f36..17d629b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28032,7 +28032,7 @@ interfaces.")
     ;; (home-page "https://hg.hardcoded.net/sgmllib";)
     (synopsis "Python 3 port of sgmllib")
     (description
-     "This packages provides an unmaintained port of sgmllib to Python 3.
+     "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]