gnu: xdot: Fix typo in description.
* gnu/packages/graphviz.scm (xdot)[description]: Add space after comma, capitalize 'Python'.
This commit is contained in:
parent
70d1e9714c
commit
1f595f3cf4
@ -315,8 +315,8 @@ structure and layout algorithms.")
|
|||||||
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user