From: David Stainton <dstainton415@gmail.com>
Date: Mon, 5 Oct 2015 11:54:38 +0000 (+0200)
Subject: Minor comment correction for get_all_relpaths
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22file:/configuration.txt?a=commitdiff_plain;h=3504b1d3e154208a0abebdc3798f9fd290af7302;p=tahoe-lafs%2Ftahoe-lafs.git

Minor comment correction for get_all_relpaths
---

diff --git a/src/allmydata/backupdb.py b/src/allmydata/backupdb.py
index 8fecb854..b75bd7aa 100644
--- a/src/allmydata/backupdb.py
+++ b/src/allmydata/backupdb.py
@@ -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")