Skip to content

Commit

Permalink
Add a cationary note about Object vs. object
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Mar 4, 2024
1 parent c93e431 commit 29443ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git/objects/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29443ce

Please sign in to comment.