X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdbconn.py;h=8ee9076874d09a0d785924cb4bf3eb891e9b41b9;hb=afcbb2072c3ef26a12aac62aeae6bd1b898aecd9;hp=f5a19c1236442360ca57b7b867eed9f24f5f5003;hpb=1e1255ebafb6af101a5c3bf2c86d11e4873b535d;p=dak.git diff --git a/daklib/dbconn.py b/daklib/dbconn.py index f5a19c12..8ee90768 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -168,7 +168,7 @@ __all__.append('Archive') @session_wrapper 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 @@ -1904,7 +1904,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) """ q = session.query(Suite).filter_by(suite_name=suite)