mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Fix typo in "why_libcst.rst" file.
This commit is contained in:
parent
cda91dfaae
commit
761c33f2dd
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ Concrete Syntax Trees are good for operations that don't significantly change th
|
|||
LibCST
|
||||
======
|
||||
|
||||
LibCST takes a compromise between the two formats outlined above. Like a CST, LibCST preserves all whitespace and can be reprinted exactly. Like an AST, LibCST parses source into nodes that represent the semtantics of the code.
|
||||
LibCST takes a compromise between the two formats outlined above. Like a CST, LibCST preserves all whitespace and can be reprinted exactly. Like an AST, LibCST parses source into nodes that represent the semantics of the code.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue