summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Kitazawa <k.takuti@gmail.com>2022-01-09 09:37:29 -0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-01-10 08:52:33 +0800
commit53d22bbc14ed871991ef169b59770a4c5b3caa19 (patch)
tree4829815d462ef4d0ce77cffa4f7b15aa79c669d5
parentb94cc253fe9e6355881eb299cfae8eea1a57a9c2 (diff)
downloadgitpython-53d22bbc14ed871991ef169b59770a4c5b3caa19.tar.gz
Fix doc string error in Objects.Commit
-rw-r--r--git/objects/commit.py4
1 files changed, 2 insertions, 2 deletions
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::
{