FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixed error in documentation · gitpython-developers/GitPython@7a6ca8c · GitHub

Commit 7a6ca8c

Browse files
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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎git/diff.py‎

Lines changed: 0 additions & 1 deletion
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)

Back | FazBrowse Home | New Git URL