gnu: python-yq: Fix texinfo markup.
authorEric Bavier <bavier@member.fsf.org>
Fri, 4 Dec 2020 21:06:29 +0000 (15:06 -0600)
committerEric Bavier <bavier@member.fsf.org>
Sat, 5 Dec 2020 17:14:47 +0000 (11:14 -0600)
* gnu/packages/python-xyz.scm (python-yq): Add missing `command`.

gnu/packages/python-xyz.scm

index 7de3c99..d07c911 100644 (file)
@@ -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)))