apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit 4a955004dffa56b3f77e0d950592ed0a81480dfc 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 aeaef52a4b..2fd7e69e3d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30199,7 +30199,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)))
