From 2212ac98912b66eb848cd60e7f5c43067dc0c1d7 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Thu, 7 Mar 2024 00:44:36 -0500 Subject: [PATCH] Fix Sphinx reference that rendered overly long --- git/objects/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/objects/base.py b/git/objects/base.py index 215557db5..df9b2d9f1 100644 --- a/git/objects/base.py +++ b/git/objects/base.py @@ -53,7 +53,7 @@ class Object(LazyMixin): * "tag object": https://git-scm.com/docs/gitglossary#def_tag_object :note: - See the :class:`git.types.Commit_ish` union type. + See the :class:`~git.types.Commit_ish` union type. :note: :class:`~git.objects.submodule.base.Submodule` is defined under the hierarchy