summaryrefslogtreecommitdiff
path: root/test/test_docs.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-08 07:15:57 +0800
committerGitHub <noreply@github.com>2022-05-08 07:15:57 +0800
commitb30720ee4d9762a03eae4fa7cfa4b0190d81784d (patch)
treee4db57c467db566901d53881012f1ccfe3ca9d4a /test/test_docs.py
parentb3166ece31bfb29e89f6ed4bb9214bf1c03791df (diff)
parentdde3a8bd9229ff25ec8bc03c35d937f43233f48e (diff)
downloadgitpython-b30720ee4d9762a03eae4fa7cfa4b0190d81784d.tar.gz
Merge pull request #1438 from luzpaz/typos
Fix various typos
Diffstat (limited to 'test/test_docs.py')
-rw-r--r--test/test_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_docs.py b/test/test_docs.py
index 8897bbb7..08fc8439 100644
--- a/test/test_docs.py
+++ b/test/test_docs.py
@@ -135,7 +135,7 @@ class Tutorials(TestBase):
for fetch_info in origin.fetch(progress=MyProgressPrinter()):
print("Updated %s to %s" % (fetch_info.ref, fetch_info.commit))
# create a local branch at the latest fetched master. We specify the name statically, but you have all
- # information to do it programatically as well.
+ # information to do it programmatically as well.
bare_master = bare_repo.create_head('master', origin.refs.master)
bare_repo.head.set_reference(bare_master)
assert not bare_repo.delete_remote(origin).exists()