diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 19:36:37 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-22 19:36:37 -0400 |
commit | 57e49ec3fab1a2953213a152e221aa7d11a971f3 (patch) | |
tree | d775c29e0c9f1e74ea7b61cc69c5f61600081b30 | |
parent | c419da213ed1bdc9348b667a368df3ef03d5b04d (diff) | |
download | python-coveragepy-git-57e49ec3fab1a2953213a152e221aa7d11a971f3.tar.gz |
build: fix a typo in the Makefile
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | howto.txt | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -144,7 +144,7 @@ update_stable: ## Set the stable branch to the latest release. git push origin stable comment_on_fixes: ## Add a comment to issues that were fixed. - python ci/commend_on_fixes.py + python ci/comment_on_fixes.py ##@ Documentation @@ -94,6 +94,8 @@ - things to automate: - url to link to latest changes in docs - next version.py line + - curl to start the kit actions going + - readthedocs api to do the readthedocs changes * Testing |