summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-18 23:16:08 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-12 12:45:57 -0400
commitf2dfeef93139efdc4e64a2003ec7ed9711db96ae (patch)
treeee65ca43da3015823b8b4cbf44c1d4b3f44a0449
parentd9bb301460b77ff2633a8be2fd8a9e600b8371d0 (diff)
downloadguix-patches-f2dfeef93139efdc4e64a2003ec7ed9711db96ae.tar
guix-patches-f2dfeef93139efdc4e64a2003ec7ed9711db96ae.tar.gz
gnu: python-types-dataclasses: Fix typo.
* gnu/packages/python-xyz.scm (python-types-dataclasses): Fix typo in description.
-rw-r--r--gnu/packages/python-xyz.scm2
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)))