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

[dak/master 1/7] Documentation fixes



Signed-off-by: Frank Lichtenheld <djpig@debian.org>
---
 daklib/dbconn.py |    4 ++--
 daklib/queue.py  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/daklib/dbconn.py b/daklib/dbconn.py
index c0b7d0e..f65c67e 100755
--- a/daklib/dbconn.py
+++ b/daklib/dbconn.py
@@ -157,7 +157,7 @@ __all__.append('Archive')
 
 def get_archive(archive, session=None):
     """
-    returns database id for given c{archive}.
+    returns database id for given C{archive}.
 
     @type archive: string
     @param archive: the name of the arhive
@@ -2142,7 +2142,7 @@ def get_suite(suite, session=None):
     generated if not supplied)
 
     @rtype: Suite
-    @return: Suite object for the requested suite name (None if not presenT)
+    @return: Suite object for the requested suite name (None if not present)
 
     """
     privatetrans = False
diff --git a/daklib/queue.py b/daklib/queue.py
index aca1b8a..a17ded0 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -353,7 +353,7 @@ class Upload(object):
     ###########################################################################
     def load_changes(self, filename):
         """
-        @rtype boolean
+        @rtype: boolean
         @rvalue: whether the changes file was valid or not.  We may want to
                  reject even if this is True (see what gets put in self.rejects).
                  This is simply to prevent us even trying things later which will
-- 
1.6.3.3



Reply to: