Skip to content
Snippets Groups Projects
Commit ab07393a authored by Steven Myint's avatar Steven Myint Committed by GitHub
Browse files

Improve wording

It took me a few passes to understand what this meant. "Unless" makes
more sense here. "Except if" sounds kind of weird.
parent 43661490
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