From 7a6ca8c40433400f6bb3ece2ed30808316de5be3 Mon Sep 17 00:00:00 2001 From: Syoc Date: Wed, 9 Jan 2019 11:57:17 +0000 Subject: 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 --- git/diff.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/diff.py') diff --git a/git/diff.py b/git/diff.py index c7300127..10cb9f02 100644 --- a/git/diff.py +++ b/git/diff.py @@ -384,7 +384,6 @@ class Diff(object): @property def renamed_file(self): """:returns: True if the blob of our diff has been renamed - :note: This property is deprecated, please use ``renamed_file`` instead. """ return self.rename_from != self.rename_to -- cgit v1.2.1