summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2020-06-26 13:56:36 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-28 08:16:53 +0700
commit1d9e055fedb3070236e078db8d88f1ecb2f602cb (patch)
tree85426daf2f9b5bf45f3614b8bf950c4c81fd6f75
parent9f8dc30a47e0d9c09a1e09784ba20fb824bce395 (diff)
downloadslackbuilds-1d9e055fedb3070236e078db8d88f1ecb2f602cb.tar.gz
slackbuilds-1d9e055fedb3070236e078db8d88f1ecb2f602cb.tar.xz
python/asttokens: Update README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/asttokens/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/python/asttokens/README b/python/asttokens/README
index 73c840a6ff..409a44dc4e 100644
--- a/python/asttokens/README
+++ b/python/asttokens/README
@@ -1,12 +1,12 @@
-this module annotates Python abstact syntax trees (ASTs) with the positions
-of tokens and text in the source code that generated them
+this module annotates Python abstact syntax trees (ASTs) with the
+positions of tokens and text in the source code that generated them
-It makes it possible for tools that work with logical AST nodes to find the
-particular text that resulted in those nodes, for example for automated
-refactoring or highlighting.
+It makes it possible for tools that work with logical AST nodes to find
+the particular text that resulted in those nodes, for example for
+automated refactoring or highlighting.
It works with Python2 and Python3 and can annotate both trees built by
ast, and those built by astroid.
-This (source) is downloaded from pypi.org/projects/asttokens as the github
-site may not have a complete sourcecode zip.
+This (source) is downloaded from pypi.org/projects/asttokens as the
+github site may not have a complete sourcecode zip.