[meld/VersionControlRework: 57/123] vc._vc: Update docstring for get_entry



commit 58e8d02e540d25090a582e137833ff157dad6c3c
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Mar 29 12:36:17 2015 +1000

    vc._vc: Update docstring for get_entry

 meld/vc/_vc.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/meld/vc/_vc.py b/meld/vc/_vc.py
index 93a9e7c..ef6f627 100644
--- a/meld/vc/_vc.py
+++ b/meld/vc/_vc.py
@@ -247,8 +247,9 @@ class Vc(object):
     def get_entry(self, path):
         """Return the entry associated with the given path in this VC
 
-        If the given path does not correspond to any entry in the VC, this
-        method returns return None.
+        If the given path does not correspond to an entry in the VC,
+        this method returns an Entry with the appropriate REMOVED or
+        MISSING state.
         """
         gfile = Gio.File.new_for_path(path)
         file_info = gfile.query_info(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]