1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: python-types-dataclasses: Fix typo.

* gnu/packages/python-xyz.scm (python-types-dataclasses): Fix typo in description.
This commit is contained in:
Maxim Cournoyer
2022-04-18 23:16:08 -04:00
parent d9bb301460
commit f2dfeef931

View File

@@ -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)))