mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: xdot: Fix typo in description.
* gnu/packages/graphviz.scm (xdot)[description]: Add space after comma, capitalize 'Python'.
This commit is contained in:
parent
4de7af8ed3
commit
44c1bf1e06
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue