From 495a530f38f7231f52452b0f9f701f63b40e52ec Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 26 Oct 2009 13:50:32 +0000 Subject: [PATCH] Documentation fixes Signed-off-by: Frank Lichtenheld --- 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 c0b7d0e8..f65c67e4 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 aca1b8a0..a17ded06 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 -- 2.39.2