diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-21 12:02:12 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-21 12:03:27 -0800 |
commit | 081c07d6a084481c34b5bc8b145feecc7d7379db (patch) | |
tree | b8a924f196c9629a9d398cc400428b0c8fa6b52b /gnu | |
parent | d2f9578a9f1249dfecb0a6b4cd06fd9641fcd1a9 (diff) |
gnu: python-sgmllib3k: Fix typo.
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of
pluralized "This package".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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)))) |