1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 08:15:54 +02: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:
Vagrant Cascadian
2025-02-17 12:16:21 -08:00
parent 3842479e75
commit a365261beb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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