diff --git a/docs/tutorial.md b/docs/tutorial.md index 45488161f9..0263712546 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -46,7 +46,7 @@ Ruff identified an unused import, which is a common error in Python code. Ruff c ```shell ❯ ruff check --fix . -Found 1 error (1 fixed, 0 renumbersing). +Found 1 error (1 fixed, 0 remaining). ``` Running `git diff` shows the following: