Typo in a comment (#1603)

This commit is contained in:
Christian Clauss 2019-11-28 19:53:37 +01:00 committed by Anup Kumar Panwar
parent f4a7c5066c
commit 2fb6f786ce

View File

@ -1,5 +1,5 @@
# GitHub Action that uses Black to reformat Python code (if needed) when doing a git push. # GitHub Action that uses Black to reformat Python code (if needed) when doing a git push.
# If all Python code in the repo is complient with Black then this Action does nothing. # If all Python code in the repo is compliant with Black then this Action does nothing.
# Otherwise, Black is run and its changes are committed to the repo. # Otherwise, Black is run and its changes are committed to the repo.
# https://github.com/cclauss/autoblack # https://github.com/cclauss/autoblack