gnu: xdot: Fix typo in description.
authorMarius Bakke <mbakke@fastmail.com>
Fri, 15 May 2020 09:48:44 +0000 (11:48 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sat, 16 May 2020 18:09:52 +0000 (20:09 +0200)
* gnu/packages/graphviz.scm (xdot)[description]: Add space after comma,
capitalize 'Python'.

gnu/packages/graphviz.scm

index b887da1..6e91d45 100644 (file)
@@ -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