From 58ea87dcc2b6ec53051179dee5f7b18532e5148d Mon Sep 17 00:00:00 2001 From: "Hilary B. Brenum (they/them)" Date: Thu, 17 Mar 2022 11:19:20 -0700 Subject: [PATCH] fix typo --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index a591d61..1229125 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -15,7 +15,7 @@ KMK uses [Black](https://github.com/psf/black) with a Python 3.6 target and, [(controversially?)](https://github.com/psf/black/issues/594) single quotes. Further code styling is enforced with isort and flake8 with several plugins. -**NOTE:** before committing code, run `make fix-istort fix-formatting test` to +**NOTE:** before committing code, run `make fix-isort fix-formatting test` to reduce workload for the project's maintainers and prevent the CI pipeline from failing.