From c1fd2c8a8ec951ef5820e3221d68c87c8b20c4c3 Mon Sep 17 00:00:00 2001 From: MT BENTERKI Date: Wed, 14 Jun 2023 17:17:35 +0200 Subject: [PATCH] Update tutorial doc typo (#5088) --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: