Strip trailing whitespace from all files.
[depgraph.git] / README
diff --git a/README b/README
index db51f4e27c4e4e9500c9c329e37a812f3ed7dbcd..f181014a074e2c7f271135ea4008cffe11d1cb06 100644 (file)
--- a/README
+++ b/README
@@ -4,8 +4,8 @@ http://tarind.com/depgraph.html
 Generate python module dependency graphs using dot (graphviz package)
 $ py2depgraph.py path/to/my/script.py | depgraph2dot.py | dot -T png -o depgraph.png
 
 Generate python module dependency graphs using dot (graphviz package)
 $ py2depgraph.py path/to/my/script.py | depgraph2dot.py | dot -T png -o depgraph.png
 
-I added some code to also save the path of any modules, 
-so it would be easier to only print modules with particular paths, 
+I added some code to also save the path of any modules,
+so it would be easier to only print modules with particular paths,
 or to make the boundary between python and other languages more clear.
 
 Now the default is to only print modules I wrote or those involving comedi,
 or to make the boundary between python and other languages more clear.
 
 Now the default is to only print modules I wrote or those involving comedi,