Minor comment correction for get_all_relpaths

This commit is contained in:
David Stainton 2015-10-05 13:54:38 +02:00 committed by Daira Hopwood
parent 531747303d
commit 5d7d2febc6
1 changed files with 1 additions and 1 deletions

View 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")