Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a1e0d7

Browse files
committed
fix syntax error
1 parent 4a7e7a7 commit 3a1e0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/index/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def move(self, items, skip_errors=False, **kwargs):
873873

874874
return out
875875

876-
def def commit(self, message, parent_commits=None, head=True, author=None, committer=None):
876+
def commit(self, message, parent_commits=None, head=True, author=None, committer=None):
877877
"""Commit the current default index file, creating a commit object.
878878
879879
For more information on the arguments, see tree.commit.

0 commit comments

Comments
 (0)