me
/
guix
Archived
1
0
Fork 0

gnu: python-types-dataclasses: Fix typo.

* gnu/packages/python-xyz.scm (python-types-dataclasses): Fix typo in description.
master
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
1 changed files with 1 additions and 1 deletions

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