]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/database.py
Merge branch 'master' into psycopg2
[dak.git] / daklib / database.py
index 90e16d5e002f4352026c752b14065aaf46a1c6f0..1882ad8b774d66ca4e5ab083287cc955ff3490fc 100755 (executable)
@@ -6,7 +6,7 @@
                  get_source_id, get_suite_version, get_files_id, get_maintainer, get_suites
 @group read/write: get_or_set*, set_files_id
 
-@contact: Debian FTPMaster <ftpmaster@debian.org>
+@contact: Debian FTP Master <ftpmaster@debian.org>
 @copyright: 2000, 2001, 2002, 2003, 2004, 2006  James Troup <james@nocrew.org>
 @copyright: 2009  Joerg Jaspert <joerg@debian.org>
 @license: GNU General Public License version 2 or later
@@ -269,7 +269,7 @@ def get_component_id (component):
     Results are kept in a cache during runtime to minimize database queries.
 
     @type component: string
-    @param component: The name of the override type
+    @param component: The name of the component
 
     @rtype: int
     @return: the database id for the given component