Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit53d22bb

Browse files
takutiByron
authored andcommitted
Fix doc string error in Objects.Commit
1 parentb94cc25 commit53d22bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/objects/commit.py

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp