Skip to content

Commit 53d22bb

Browse files
takutiByron
authored andcommitted
Fix doc string error in Objects.Commit
1 parent b94cc25 commit 53d22bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: git/objects/commit.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ def __init__(self, repo: 'Repo', binsha: bytes, tree: Union[Tree, None] = None,
9999
:param binsha: 20 byte sha1
100100
:param parents: tuple( Commit, ... )
101101
is a tuple of commit ids or actual Commits
102-
:param tree: Tree
103-
Tree object
102+
:param tree: Tree object
104103
:param author: Actor
105104
is the author Actor object
106105
:param authored_date: int_seconds_since_epoch
@@ -341,6 +340,7 @@ def trailers(self) -> Dict:
341340
key2 : value 2 with inner spaces
342341
343342
dictionary will look like this:
343+
344344
.. code-block::
345345
346346
{

0 commit comments

Comments
 (0)