Skip to content

Commit 6ee9751

Browse files
committed
Merge pull request #313 from rennat/patch-1
Fix typo
2 parents c5e4334 + 9aaaa83 commit 6ee9751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/repo/fun.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def name_to_object(repo, name, return_ref=False):
121121

122122

123123
def deref_tag(tag):
124-
"""Recursively dereerence a tag and return the resulting object"""
124+
"""Recursively dereference a tag and return the resulting object"""
125125
while True:
126126
try:
127127
tag = tag.object

0 commit comments

Comments
 (0)