Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcreager committed Jan 17, 2025
1 parent ad9d7d3 commit d0aaa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_python_ast/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def write_anynoderef(out: list[str], groups: list[Group]) -> None:
Create the AnyNodeRef type.
```rust
pub enum AnyNode<'a> {
pub enum AnyNodeRef<'a> {
...
TypeParamTypeVar(&'a TypeParamTypeVar),
TypeParamTypeVarTuple(&'a TypeParamTypeVarTuple),
Expand Down

0 comments on commit d0aaa58

Please sign in to comment.