From e879ad0a74042217a1ebce7e51fcbdfc663d0696 Mon Sep 17 00:00:00 2001 From: Christopher Broderick Date: Wed, 2 Apr 2025 01:12:50 +0100 Subject: [PATCH] Fix spelling error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02b7a831..d628746a 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ test: #: format - Run the PEP8 formatter. .PHONY: format format: - ruff check --fix # Fix linting eerrors + ruff check --fix # Fix linting errors ruff format # fix formatting errors