diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-18 23:16:08 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:45:57 -0400 |
commit | f2dfeef93139efdc4e64a2003ec7ed9711db96ae (patch) | |
tree | ee65ca43da3015823b8b4cbf44c1d4b3f44a0449 /gnu/packages | |
parent | d9bb301460b77ff2633a8be2fd8a9e600b8371d0 (diff) | |
download | guix-f2dfeef93139efdc4e64a2003ec7ed9711db96ae.tar guix-f2dfeef93139efdc4e64a2003ec7ed9711db96ae.tar.gz |
gnu: python-types-dataclasses: Fix typo.
* gnu/packages/python-xyz.scm (python-types-dataclasses): Fix typo in description.
Diffstat (limited to 'gnu/packages')
-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 8a9c3ae1a4..d3f9109ec7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30317,7 +30317,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))) |