aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-11-24 15:51:17 -0800
committerBryan Newbold <bnewbold@archive.org>2021-11-24 15:51:17 -0800
commitc883b8c220c92f620a174cfe64b50dd1a7a4cfa4 (patch)
tree71eaa70b6fa406149d0b8ea8f0d0bef0f7c62071
parent3e5d2f5c6ab9c14b5d33644264af201244c6a9a8 (diff)
downloadgrobid_tei_xml-c883b8c220c92f620a174cfe64b50dd1a7a4cfa4.tar.gz
grobid_tei_xml-c883b8c220c92f620a174cfe64b50dd1a7a4cfa4.zip
makefile: typo in a comment
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 190f8c7..2b5c8d2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ lint: ## Run lints (eg, flake8, mypy)
@pipenv run mypy grobid_tei_xml/ tests/
.PHONY: fmt
-fmt: ## Run code formating on all source code
+fmt: ## Run code formatting on all source code
pipenv run isort --atomic grobid_tei_xml/ tests/
pipenv run black --line-length 96 grobid_tei_xml/ tests/