From 4218866c515d1b17e3fca144e65ea6490701ef8a Mon Sep 17 00:00:00 2001 From: Syoc Date: Wed, 9 Jan 2019 11:57:17 +0000 Subject: [PATCH] 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(-) diff --git a/git/diff.py b/git/diff.py index c73001270..10cb9f02c 100644 --- a/git/diff.py +++ b/git/diff.py @@ -384,7 +384,6 @@ def renamed(self): @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