Fix spelling error

This commit is contained in:
Christopher Broderick 2025-04-02 01:12:50 +01:00
parent 75bd375c6b
commit e879ad0a74

View File

@ -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