Skip to content

Commit 753b6f0

Browse files
committed
chore: better english in README
Signed-off-by: Jan Vollmer <jan@vllmr.dev>
1 parent 19424df commit 753b6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A complete unparser for rustpython-parser ASTs.
1010

1111
I created this library because I quickly needed a way to turn rustpython-parser ASTs back to some form of Python source code. Since the unparser contained within rustpython-ast only supports expressions and not statements, I started implementing my own unparser by taking heavy inspiration from rustpython's unparser and the unparser in the python standard library. Therefore, most credit goes to the respective teams behind the ast standard library module and RustPython. I only glued the parts I needed together to a complete unparser in this repository.
1212

13-
I personally don't use this crate anymore since I switched over to using the ruff's internal AST, but I will still accept PRs.
13+
I personally don't use this crate anymore since I switched over to using ruff's internal AST, but I will still accept PRs.
1414
Feel free to contribute if you find out that you are missing something.
1515

1616
## Contributing

0 commit comments

Comments
 (0)