mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-tomlkit: Fix typos in descriptions.
* gnu/packages/python-xyz.scm (python-tomlkit)[synopsis, description]: Fix typos.
This commit is contained in:
parent
f4b6ce2155
commit
2d3da18613
1 changed files with 3 additions and 4 deletions
|
@ -10713,15 +10713,14 @@ (define-public python-tomlkit
|
|||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page
|
||||
"https://github.com/sdispater/tomlkit")
|
||||
(synopsis "Style preserving TOML library")
|
||||
(home-page "https://github.com/sdispater/tomlkit")
|
||||
(synopsis "Style-preserving TOML library")
|
||||
(description
|
||||
"TOML Kit is a 0.5.0-compliant TOML library. It includes a parser that
|
||||
preserves all comments, indentations, whitespace and internal element ordering,
|
||||
and makes them accessible and editable via an intuitive API. It can also
|
||||
create new TOML documents from scratch using the provided helpers. Part of the
|
||||
implementation as been adapted, improved and fixed from Molten.")
|
||||
implementation has been adapted, improved, and fixed from Molten.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-shellingham
|
||||
|
|
Loading…
Reference in a new issue