[doc] fix indentation

This commit is contained in:
Jimmy Lai 2020-01-24 02:09:11 -08:00 committed by jimmylai
parent c1284f21b1
commit 7b474703a0

View file

@ -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
--------------------