summaryrefslogtreecommitdiffstats
path: root/development/pycscope
diff options
context:
space:
mode:
author B. Watson2016-11-14 20:13:23 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commit0c1667fe69b8d492c3333023191cda1ad9ba40b1 (patch)
treecf903e90254914d43f077e00b2e729b81453fd97 /development/pycscope
parenta2f26effab8acafb4008c067aff16d6b3f720f6f (diff)
downloadslackbuilds-0c1667fe69b8d492c3333023191cda1ad9ba40b1.tar.gz
development/pycscope: Fix README.
Diffstat (limited to 'development/pycscope')
-rw-r--r--development/pycscope/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/development/pycscope/README b/development/pycscope/README
index 6ce0040d95..3640052783 100644
--- a/development/pycscope/README
+++ b/development/pycscope/README
@@ -1,4 +1,5 @@
-pycscope is a python script that generates a cscope index of Python source trees.
+pycscope is a python script that generates a cscope index of Python
+source trees.
-pycscope uses Python's own parser and AST to generate the index, so it is a
-bit more accurate than plain cscope.
+pycscope uses Python's own parser and AST to generate the index, so it
+is a bit more accurate than plain cscope.