Skip to content
Snippets Groups Projects
Commit d0a4401e authored by Laurent Peuch's avatar Laurent Peuch Committed by GitHub
Browse files

Merge pull request #100 from myint/patch-1

Improve wording
parents 43661490 ab07393a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,7 @@ fst = parse(source_code_string)
source_code_string == dumps(fst)
```
 
Except if you want to do low level things, **use
Unless you want to do low level things, **use
[RedBaron](https://github.com/PyCQA/redbaron) instead of using Baron
directly**. Think of Baron as the "bytecode of python source code" and RedBaron
as some sort of usable layer on top of it.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment