From 9c617687bd2a686efa2544a9b3f923e971fdc386 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 25 Apr 2008 19:46:42 +0000 Subject: [PATCH] Fixing comment. --- controller/Files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Files.py b/controller/Files.py index 732f4d4..e8fc52b 100644 --- a/controller/Files.py +++ b/controller/Files.py @@ -216,7 +216,7 @@ class Files( object ): Create a new Files object. @type database: controller.Database - @param database: database that files are stored in + @param database: database that file metadata is stored in @type users: controller.Users @param users: controller for all users @rtype: Files