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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -30317,7 +30317,7 @@ (define-public python-types-dataclasses
(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)))