Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix docstring for git.diff.diff()
  • Loading branch information
gangefors committed Mar 27, 2018
commit 4669d6d1fcc67d64f55fe850cd6c43893d44836d
2 changes: 1 addition & 1 deletion git/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def diff(self, other=Index, paths=None, create_patch=False, **kwargs):

:param other:
Is the item to compare us with.
If None, we will be compared to the working tree.
If None, it will be compared to the working tree.
If empty string, it will be compared to it's parent with diff-tree.
If Treeish, it will be compared against the respective tree
If Index ( type ), it will be compared against the index.
Expand Down