summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-12-21 12:02:12 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-12-21 12:03:27 -0800
commit081c07d6a084481c34b5bc8b145feecc7d7379db (patch)
treeb8a924f196c9629a9d398cc400428b0c8fa6b52b
parentd2f9578a9f1249dfecb0a6b4cd06fd9641fcd1a9 (diff)
downloadguix-patches-081c07d6a084481c34b5bc8b145feecc7d7379db.tar
guix-patches-081c07d6a084481c34b5bc8b145feecc7d7379db.tar.gz
gnu: python-sgmllib3k: Fix typo.
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of pluralized "This package".
-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 234444df16..1a1588df8b 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))))