Skip to content
Prev Previous commit
Next Next commit
Add a missing Sphinx reference to a class
  • Loading branch information
EliahKagan committed Mar 15, 2024
commit e883293fd8e18ce2e1d2723aa395f3ff35e20213
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ def clone(

:param kwargs:
* ``odbt`` = ObjectDatabase Type, allowing to determine the object database
implementation used by the returned Repo instance.
implementation used by the returned :class:`Repo` instance.
* All remaining keyword arguments are given to the ``git clone`` command.

:return:
Expand Down