summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-11-17 17:31:15 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-11-17 17:45:45 -0800
commite782bb901bf23289fe6a460a61364d6c5afea4dc (patch)
tree2a9cb8ffac90ed2a04d917fdc8db70c2514a55b2
parentfb1cd494d79249af037cae92c35cc195c07e7521 (diff)
downloadguix-patches-e782bb901bf23289fe6a460a61364d6c5afea4dc.tar
guix-patches-e782bb901bf23289fe6a460a61364d6c5afea4dc.tar.gz
gnu: python-sgmllib3k: Fix typo.
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix "This package" typo.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0639f3680b..17d629bcb9 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)))