summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2020-12-04 15:06:29 -0600
committerEric Bavier <bavier@member.fsf.org>2020-12-05 11:14:47 -0600
commitc52f025684512eeb3c66d9820d6cc3049b693955 (patch)
tree8f98b0d26c3f832bc1cc628a74c47e8f5aaead8c /gnu/packages/python-xyz.scm
parent1cb91eb50fbded212c967dcbcf04ddc0ec6aac28 (diff)
downloadguix-patches-c52f025684512eeb3c66d9820d6cc3049b693955.tar
guix-patches-c52f025684512eeb3c66d9820d6cc3049b693955.tar.gz
gnu: python-yq: Fix texinfo markup.
* gnu/packages/python-xyz.scm (python-yq): Add missing `command`.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7de3c99c9a..d07c91121a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17893,7 +17893,7 @@ style guide, even if the original code didn't violate the style guide.")
(synopsis "Command-line YAML/XML processor")
(description
"This package provides @command{yq} and @command{xq} for processing YAML
-and XML respectively. The processing is done through @{jq}, @command{jq}
+and XML respectively. The processing is done through @command{jq}, @command{jq}
filters can be used to process the data as it passes through.")
(license license:asl2.0)))