Skip to content

Commit 2212ac9

Browse files
committed
Fix Sphinx reference that rendered overly long
1 parent b5d9198 commit 2212ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/objects/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Object(LazyMixin):
5353
* "tag object": https://git-scm.com/docs/gitglossary#def_tag_object
5454
5555
:note:
56-
See the :class:`git.types.Commit_ish` union type.
56+
See the :class:`~git.types.Commit_ish` union type.
5757
5858
:note:
5959
:class:`~git.objects.submodule.base.Submodule` is defined under the hierarchy

0 commit comments

Comments
 (0)