mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Tweak wording of intro
This commit is contained in:
parent
0e826834a2
commit
dbc10f0dc6
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
.. intro-start
|
||||
|
||||
LibCST is a Concrete Syntax Tree (CST) parser and serializer library for Python Code.
|
||||
It parses Python 3.6 or Python 3.7 source code as a CST tree and keeps all formatting
|
||||
detail (comments, whitespaces, parentheses, etc). It's useful for building automated
|
||||
LibCST is a Concrete Syntax Tree (CST) parser and serializer library for Python.
|
||||
It parses Python 3.6 or Python 3.7 source code as a CST tree that keeps all formatting
|
||||
details (comments, whitespaces, parentheses, etc). It's useful for building automated
|
||||
refactoring (codemod) applications, code formatters, linters, etc.
|
||||
|
||||
.. intro-end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue