Skip to content

Commit

Permalink
Documentation - update the link in CONTRIBUTING.md to point to the `r…
Browse files Browse the repository at this point in the history
…uff_python_parser` crate.
  • Loading branch information
mbyrnepr2 committed Jan 17, 2024
1 parent 29c130f commit c123562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ Otherwise, follow the instructions from the linux section.
utils with it:

- `cargo dev print-ast <file>`: Print the AST of a python file using the
[RustPython parser](https://github.com/astral-sh/RustPython-Parser/tree/main/parser) that is
[RustPython parser](https://github.com/astral-sh/ruff/tree/main/crates/ruff_python_parser) that is
mainly used in Ruff. For `if True: pass # comment`, you can see the syntax tree, the byte offsets
for start and stop of each node and also how the `:` token, the comment and whitespace are not
represented anymore:
Expand Down

0 comments on commit c123562

Please sign in to comment.