Skip to content

Commit 7a6ca8c

Browse files
SyocByron
authored andcommitted
Fixed error in documentation
The renamed_file function contains the following which ends up on readthedocs: :note: This property is deprecated, please use ``renamed_file`` instead. Removed the line
1 parent 8b3ffcd commit 7a6ca8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: git/diff.py

-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ def renamed(self):
384384
@property
385385
def renamed_file(self):
386386
""":returns: True if the blob of our diff has been renamed
387-
:note: This property is deprecated, please use ``renamed_file`` instead.
388387
"""
389388
return self.rename_from != self.rename_to
390389

0 commit comments

Comments
 (0)