vagrantc pushed a commit to branch master
in repository guix.
commit e782bb901bf23289fe6a460a61364d6c5afea4dc
Author: Vagrant Cascadian <[email protected]>
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)))