aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/pycscope/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/development/pycscope/README b/development/pycscope/README
index 6ce0040d9590..364005278374 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.