gnu: xdot: Fix typo in description.

* gnu/packages/graphviz.scm (xdot)[description]: Add space after comma,
capitalize 'Python'.
This commit is contained in:
Marius Bakke 2020-05-15 11:48:44 +02:00
parent 70d1e9714c
commit 1f595f3cf4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -315,8 +315,8 @@ (define-public xdot
(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