summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-15 11:48:44 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 15:16:54 +0200
commit44c1bf1e0689c3ad297a3d23993f19a1ed05b851 (patch)
treea44adc373f107bf99369d403702939fc1eead8e7
parent4de7af8ed39c2faabce56542d08d3c5c2e82f46d (diff)
downloadguix-patches-44c1bf1e0689c3ad297a3d23993f19a1ed05b851.tar
guix-patches-44c1bf1e0689c3ad297a3d23993f19a1ed05b851.tar.gz
gnu: xdot: Fix typo in description.
* gnu/packages/graphviz.scm (xdot)[description]: Add space after comma, capitalize 'Python'.
-rw-r--r--gnu/packages/graphviz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index b887da1076..6e91d45503 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -315,8 +315,8 @@ structure and layout algorithms.")
(synopsis "Interactive viewer for graphviz dot files")
(description "Xdot is an interactive viewer for graphs written in
@code{graphviz}’s dot language. Internally, it uses the xdot output format as
-an intermediate format,and @code{gtk} and @code{cairo} for rendering. Xdot can
-be used either as a standalone application, or as a python library.")
+an intermediate format, and @code{gtk} and @code{cairo} for rendering. Xdot
+can be used either as a standalone application, or as a Python library.")
(license license:lgpl3+)))
(define-public python-pydot