From: Joerg Jaspert Date: Mon, 7 Sep 2009 21:52:56 +0000 (+0200) Subject: fixup epydoc X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=9f155168da4f65fe06c69d7f716b225e0bcf6d47;p=dak.git fixup epydoc Signed-off-by: Joerg Jaspert --- diff --git a/dak/contents.py b/dak/contents.py index b3929c1a..1b3f3e1f 100755 --- a/dak/contents.py +++ b/dak/contents.py @@ -189,7 +189,7 @@ class GzippedContentWriter(object): def __init__(self, filename): """ - @ptype filename: string + @type filename: string @param filename: the name of the file to write to """ self.queue = Queue.Queue() diff --git a/daklib/database.py b/daklib/database.py index 826e0441..ad725703 100755 --- a/daklib/database.py +++ b/daklib/database.py @@ -875,8 +875,8 @@ def has_new_comment(package, version, ignore_trainee=False): @type version: string @param version: package version - @type version: boolean - @param version: ignore trainee comments + @type ignore_trainee: boolean + @param ignore_trainee: ignore trainee comments @rtype: boolean @return: true/false