summaryrefslogtreecommitdiff
path: root/git/refs
diff options
context:
space:
mode:
Diffstat (limited to 'git/refs')
-rw-r--r--git/refs/tag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/refs/tag.py b/git/refs/tag.py
index aa3b82a2..281ce09a 100644
--- a/git/refs/tag.py
+++ b/git/refs/tag.py
@@ -35,7 +35,7 @@ class TagReference(Reference):
_common_path_default = Reference._common_path_default + "/" + _common_default
@property
- def commit(self) -> 'Commit': # type: ignore[override] # LazyMixin has unrelated
+ def commit(self) -> 'Commit': # type: ignore[override] # LazyMixin has unrelated comit method
""":return: Commit object the tag ref points to
:raise ValueError: if the tag points to a tree or blob"""