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 committed by Tobias Geerinckx-Rice
parent 4de7af8ed3
commit 44c1bf1e06
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -315,8 +315,8 @@ (define-public xdot
(synopsis "Interactive viewer for graphviz dot files") (synopsis "Interactive viewer for graphviz dot files")
(description "Xdot is an interactive viewer for graphs written in (description "Xdot is an interactive viewer for graphs written in
@code{graphviz}s dot language. Internally, it uses the xdot output format as @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 an intermediate format, and @code{gtk} and @code{cairo} for rendering. Xdot
be used either as a standalone application, or as a python library.") can be used either as a standalone application, or as a Python library.")
(license license:lgpl3+))) (license license:lgpl3+)))
(define-public python-pydot (define-public python-pydot