guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

73/104: gnu: xdot: Fix typo in description.


From: guix-commits
Subject: 73/104: gnu: xdot: Fix typo in description.
Date: Sun, 17 May 2020 11:36:45 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 44c1bf1e0689c3ad297a3d23993f19a1ed05b851
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 15 11:48:44 2020 +0200

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

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index b887da1..6e91d45 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]