diff --git a/scripts/dev/check_doc_changes.py b/scripts/dev/check_doc_changes.py index 6e99f94a7..85991cc08 100755 --- a/scripts/dev/check_doc_changes.py +++ b/scripts/dev/check_doc_changes.py @@ -30,6 +30,6 @@ if code != 0: print(' tox -e docs') print(' git commit -am "Update docs"') print() - print('(Or you have uncommited changes, in which case you can ignore ' + print('(Or you have uncommitted changes, in which case you can ignore ' 'this.)') sys.exit(code)