summaryrefslogtreecommitdiff
path: root/tools/ci/push_docs_to_repo.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-10-07 11:50:39 +0200
committerGitHub <noreply@github.com>2022-10-07 11:50:39 +0200
commit67b2d7398cd7e95b49d39a3ac5691fae438d57b0 (patch)
treebd82d5703476d626acf604d8fc1cd031b1284079 /tools/ci/push_docs_to_repo.py
parent1d272bdb68f7cd2a1e99baeef9a4194afebdf783 (diff)
parent49325dd9cbd8de096cd280976c603b6b1872336a (diff)
downloadnumpy-67b2d7398cd7e95b49d39a3ac5691fae438d57b0.tar.gz
Merge pull request #22399 from DimitriPapadopoulos/codespell
MAINT: Fix typos found by codespell
Diffstat (limited to 'tools/ci/push_docs_to_repo.py')
-rwxr-xr-xtools/ci/push_docs_to_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/push_docs_to_repo.py b/tools/ci/push_docs_to_repo.py
index 058f748ec..e34522a29 100755
--- a/tools/ci/push_docs_to_repo.py
+++ b/tools/ci/push_docs_to_repo.py
@@ -46,7 +46,7 @@ os.chdir(workdir)
run(['git', 'init'])
# ensure the working branch is called "main"
-# (`--initial-branch=main` appared to have failed on older git versions):
+# (`--initial-branch=main` appeared to have failed on older git versions):
run(['git', 'checkout', '-b', 'main'])
run(['git', 'remote', 'add', 'origin', args.remote])
run(['git', 'config', '--local', 'user.name', args.committer])