diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 12:16:21 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 12:38:45 -0800 |
commit | a365261beb4fa86680dbd8a2218b0d60db616d1a (patch) | |
tree | 52f409ed9f32b2eccea84c84e527c7d8ebd8b61f /gnu/packages/python-web.scm | |
parent | 3842479e75c38898119c10fb49a377ff47d8c1a2 (diff) |
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".
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 259d6c51ec..28dec52f33 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))) |