From 9f155168da4f65fe06c69d7f716b225e0bcf6d47 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 7 Sep 2009 23:52:56 +0200 Subject: [PATCH] fixup epydoc Signed-off-by: Joerg Jaspert --- dak/contents.py | 2 +- daklib/database.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2