summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-11 02:53:13 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-11 03:01:45 +0100
commit2d3da18613d91476b264ad1ff4700ca8a52a6fb3 (patch)
tree56e16c4d7bd60117bf0a0dfeddde3d546c77c58b
parentf4b6ce2155a0c31aafada2c64ee940f0f5c5c607 (diff)
downloadpatches-2d3da18613d91476b264ad1ff4700ca8a52a6fb3.tar
patches-2d3da18613d91476b264ad1ff4700ca8a52a6fb3.tar.gz
gnu: python-tomlkit: Fix typos in descriptions.
* gnu/packages/python-xyz.scm (python-tomlkit)[synopsis, description]: Fix typos.
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 711f6338c8..55a8046488 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10713,15 +10713,14 @@ docstring and colored output.")
(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