mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Update README.rst (#351)
* Update README.rst Add href link of MIT licensed * Update README.rst * Update README.rst Co-authored-by: Jimmy Lai <yurinai@gmail.com>
This commit is contained in:
parent
eb761c2c67
commit
f8fdc00aeb
1 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ To examine the tree that is parsed from a particular file, do the following::
|
|||
|
||||
python -m libcst.tool print <some_py_file.py>
|
||||
|
||||
Alternatively you can import LibCST into a Python REPL and use the included parser
|
||||
Alternatively, you can import LibCST into a Python REPL and use the included parser
|
||||
and pretty printing functions:
|
||||
|
||||
>>> import libcst as cst
|
||||
|
|
@ -207,7 +207,7 @@ Future
|
|||
License
|
||||
=======
|
||||
|
||||
LibCST is MIT licensed, as found in the LICENSE file.
|
||||
LibCST is `MIT licensed <LICENSE>`_, as found in the LICENSE file.
|
||||
|
||||
.. fb-docs-start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue