From 53d22bbc14ed871991ef169b59770a4c5b3caa19 Mon Sep 17 00:00:00 2001 From: Takuya Kitazawa Date: Sun, 9 Jan 2022 09:37:29 -0800 Subject: Fix doc string error in Objects.Commit --- git/objects/commit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/objects/commit.py') diff --git a/git/objects/commit.py b/git/objects/commit.py index bbd485da..07355e7e 100644 --- a/git/objects/commit.py +++ b/git/objects/commit.py @@ -99,8 +99,7 @@ class Commit(base.Object, TraversableIterableObj, Diffable, Serializable): :param binsha: 20 byte sha1 :param parents: tuple( Commit, ... ) is a tuple of commit ids or actual Commits - :param tree: Tree - Tree object + :param tree: Tree object :param author: Actor is the author Actor object :param authored_date: int_seconds_since_epoch @@ -341,6 +340,7 @@ class Commit(base.Object, TraversableIterableObj, Diffable, Serializable): key2 : value 2 with inner spaces dictionary will look like this: + .. code-block:: { -- cgit v1.2.1