From a365261beb4fa86680dbd8a2218b0d60db616d1a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 17 Feb 2025 12:16:21 -0800 Subject: [PATCH] gnu: Fix grammar and typos in python package descriptions. * gnu/packages/python-web.scm (python-devpi-client)[description]: Adjust grammar. (python-legacy-cgi)[description]: Fix spelling of "library". * gnu/packages/python-xyz.scm (python-adjusttext)[description]: Fix spelling of "automated". (python-rgbxy)[description]: Fix spelling of "conversion". --- gnu/packages/python-web.scm | 4 ++-- gnu/packages/python-xyz.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 259d6c51ec610cc0dac887278046397fd38ce316..28dec52f3394058b2b2e6b7ec50243f5bfdd375c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -222,7 +222,7 @@ devpi-client and others.") (synopsis "Devpi upload/install/... commands for Python developers") (description "The devpi command line tool is typically used in conjunction with -devpi-server. It allows to upload, test and install packages from devpi +devpi-server. It allows uploading, testing and installing packages from devpi indexes.") (license license:expat))) @@ -680,7 +680,7 @@ reusable library for parsing, manipulating, and generating URIs.") (synopsis "Fork of the legacy standard library cgi and cgitb modules") (description "This is a fork of the standard library modules @code{cgi} and -@code{cgitb}. They are slated to be removed from the Python standard libary +@code{cgitb}. They are slated to be removed from the Python standard library in Python 3.13 by PEP-594.") (license license:psfl))) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cf6283ad4e77baba7b0335ee975e567f7c9d177c..f52c2a2d86dca3b8c43713524e9dded4482cc11c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1372,7 +1372,7 @@ using a dot syntax, for example: @code{dictionary['deeply.nested.key']}.") "Often when we want to label multiple points on a graph the text will start heavily overlapping with both other labels and data points. This can be a major problem requiring manual solution. However this can be largely -automatized by smart placing of the labels (difficult) or iterative adjustment +automated by smart placing of the labels (difficult) or iterative adjustment of their positions to minimize overlaps (relatively easy). This library implements the latter option to help with matplotlib graphs.") (license license:expat))) @@ -26651,7 +26651,7 @@ functionality removed from @code{packaging}.") (synopsis "RGB conversion tool in Python") (description "This package implements functionality of RGB/CIE1931 'xy' gammuts -convertion: Gamut A, B, and C.") +conversion: Gamut A, B, and C.") (license license:expat))) (define-public python-sure