Skip to content

Commit

Permalink
Merge pull request #100 from myint/patch-1
Browse files Browse the repository at this point in the history
Improve wording
  • Loading branch information
Psycojoker committed Jun 10, 2017
2 parents 4366149 + ab07393 commit d0a4401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d0a4401

Please sign in to comment.