]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Minor comment correction for get_all_relpaths
authorDavid Stainton <dstainton415@gmail.com>
Mon, 5 Oct 2015 11:54:38 +0000 (13:54 +0200)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 28 Dec 2015 15:30:04 +0000 (15:30 +0000)
src/allmydata/backupdb.py

index 8fecb8541641836474d143e17bcc54c27fed4eff..b75bd7aa584b6bc45eded8c095d678e7c09fb676 100644 (file)
@@ -373,7 +373,7 @@ class MagicFolderDB(BackupDB):
 
     def get_all_relpaths(self):
         """
-        Retrieve a list of all relpaths of files that have had an entry in magic folder db
+        Retrieve a set of all relpaths of files that have had an entry in magic folder db
         (i.e. that have been downloaded at least once).
         """
         self.cursor.execute("SELECT path FROM local_files")