diff options
author | Vagrant Cascadian <[email protected]> | 2025-02-17 01:36:15 -0800 |
---|---|---|
committer | Vagrant Cascadian <[email protected]> | 2025-02-17 01:40:35 -0800 |
commit | 27ebe4e459567807667190cfffd06c9b13096cb1 (patch) | |
tree | 9a5147f39ca3cae409c4c653867d8f7f1bc6be3d /gnu/packages/python-check.scm | |
parent | 805e33ba7536b15147869ba28cfec3c02fddf3b2 (diff) |
gnu: Fix several "This packages" typos in descriptions.
* gnu/packages/golang-check.scm (go-github-com-bitfield-gotestdox): Fix typo.
* gnu/packages/python-check.scm (python-pytest-html): Fix typo.
* gnu/packages/python-xyz.scm (python-uri-template): Fix typo.
(python-rgbxy): Fix typo.
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r-- | gnu/packages/python-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index f5f615f03f..22ffbd8d92 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1212,7 +1212,7 @@ someone to import them in their actual tests to use them.") (home-page "https://github.com/pytest-dev/pytest-html") (synopsis "Pytest plugin for generating HTML reports") (description - "This packages provides a pytest plugin for generating HTML reports.") + "This package provides a pytest plugin for generating HTML reports.") (license license:mpl2.0))) (define-public python-pytest-metadata |