diff --git a/git/objects/base.py b/git/objects/base.py index 0496b18cd..cb660b347 100644 --- a/git/objects/base.py +++ b/git/objects/base.py @@ -63,6 +63,9 @@ class Object(LazyMixin): rooted at this :class:`Object` class, even though submodules are not really a type of git object. + :note: + This :class:`Object` class should not be confused with :class:`object` (the root + of the class hierarchy in Python). """ NULL_HEX_SHA = "0" * 40