diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 14:13:23 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 0c1667fe69b8d492c3333023191cda1ad9ba40b1 (patch) | |
tree | cf903e90254914d43f077e00b2e729b81453fd97 /development | |
parent | a2f26effab8acafb4008c067aff16d6b3f720f6f (diff) | |
download | slackbuilds-0c1667fe69b8d492c3333023191cda1ad9ba40b1.tar.gz |
development/pycscope: Fix README.
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. |