diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:07:30 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:07:30 -0400 |
commit | 8255307b1c8ff8e6644660a762f9420646e53ed7 (patch) | |
tree | f1edb8be0ecc44d35b3b124950f5c0e6de118b70 | |
parent | f4cb6e6b619bdfa4cac30bee8c7fcef52d4382e7 (diff) | |
download | slackbuilds-8255307b1c8ff8e6644660a762f9420646e53ed7.tar.gz |
graphics/pygraphviz: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | graphics/pygraphviz/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pygraphviz/README b/graphics/pygraphviz/README index f257628cbe..d44704813d 100644 --- a/graphics/pygraphviz/README +++ b/graphics/pygraphviz/README @@ -1,5 +1,6 @@ PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. -With PyGraphviz you can create, edit, read, write, and draw graphs using -Python to access the Graphviz graph data structure and layout algorithms. +With PyGraphviz you can create, edit, read, write, and draw graphs +using Python to access the Graphviz graph data structure and layout +algorithms. |