apteryx pushed a commit to branch wip-ipython+polyglossia in repository guix.
commit fa903801c59efaa0a81e0be01a40430d625f2045 Author: Maxim Cournoyer <[email protected]> AuthorDate: Mon Apr 18 23:16:08 2022 -0400 gnu: python-types-dataclasses: Fix typo. * gnu/packages/python-xyz.scm (python-types-dataclasses): Fix typo in description. --- 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 16d6c69fa5..550d1e0c39 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30194,7 +30194,7 @@ multipurpose analysis in Python.") (home-page "https://github.com/python/typeshed") (synopsis "Typing stubs for dataclasses") (description - "This packages provides a collection of library stubs for Python, with + "This package provides a collection of library stubs for Python, with static types.") (license license:asl2.0)))
