mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
Correct error in tuple example in ruff formatter docs (#7822)
## Summary The fourth element should be "d" instead of "c" in the tuple example in the ruff formatter docs. ## Test Plan N/A
This commit is contained in:
parent
90de108bfa
commit
76fcf63052
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ In particular, Ruff will always insert parentheses around tuples that expand ove
|
|||
(a, b),
|
||||
(
|
||||
c,
|
||||
c,
|
||||
d,
|
||||
),
|
||||
)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue