mirror of https://github.com/astral-sh/ruff
Update tutorial doc typo (#5088)
This commit is contained in:
parent
732b0405d7
commit
c1fd2c8a8e
|
|
@ -46,7 +46,7 @@ Ruff identified an unused import, which is a common error in Python code. Ruff c
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
❯ ruff check --fix .
|
❯ ruff check --fix .
|
||||||
Found 1 error (1 fixed, 0 renumbersing).
|
Found 1 error (1 fixed, 0 remaining).
|
||||||
```
|
```
|
||||||
|
|
||||||
Running `git diff` shows the following:
|
Running `git diff` shows the following:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue