[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] fixup epydoc



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 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 b3929c1..1b3f3e1 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 826e044..ad72570 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
-- 
1.5.6.5


Reply to: