~ruther/guix-local

1f595f3cf46943f31b5cc96e5fd16c8264d0db52 — Marius Bakke 6 years ago 70d1e97
gnu: xdot: Fix typo in description.

* gnu/packages/graphviz.scm (xdot)[description]: Add space after comma,
capitalize 'Python'.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/graphviz.scm
M gnu/packages/graphviz.scm => gnu/packages/graphviz.scm +2 -2
@@ 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