Skip to content

Commit 29443ce

Browse files
committed
Add a cationary note about Object vs. object
See also f78587f (gitpython-developers#1725).
1 parent c93e431 commit 29443ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: git/objects/base.py

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ class Object(LazyMixin):
6363
rooted at this :class:`Object` class, even though submodules are not really a
6464
type of git object.
6565
66+
:note:
67+
This :class:`Object` class should not be confused with :class:`object` (the root
68+
of the class hierarchy in Python).
6669
"""
6770

6871
NULL_HEX_SHA = "0" * 40

0 commit comments

Comments
 (0)