diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/pycscope/README | 7 |
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. |