mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
[doc] fix indentation
This commit is contained in:
parent
c1284f21b1
commit
7b474703a0
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ Helpers
|
|||
Helpers are higher level functions built for reducing recurring code boilerplate.
|
||||
We add helpers as method of ``CSTNode`` or ``libcst.helpers`` package based on those principles:
|
||||
|
||||
- ``CSTNode`` method: simple, read-only and only require data of the direct children of a CSTNode.
|
||||
- ``libcst.helpers``: node transforms or require recursively traversing the syntax tree.
|
||||
- ``CSTNode`` method: simple, read-only and only require data of the direct children of a CSTNode.
|
||||
- ``libcst.helpers``: node transforms or require recursively traversing the syntax tree.
|
||||
|
||||
Construction Helpers
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue