From f2dfeef93139efdc4e64a2003ec7ed9711db96ae Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 18 Apr 2022 23:16:08 -0400 Subject: gnu: python-types-dataclasses: Fix typo. * gnu/packages/python-xyz.scm (python-types-dataclasses): Fix typo in description. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- cgit v1.2.3