mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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".
This commit is contained in:
parent
3842479e75
commit
a365261beb
2 changed files with 4 additions and 4 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue