]> git.decadent.org.uk Git - dak.git/commitdiff
daklib/archive.py: doc: only subqueries are accepted
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 12 Aug 2012 14:08:50 +0000 (16:08 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 12 Aug 2012 14:08:50 +0000 (16:08 +0200)
daklib/archive.py

index 866ee891bf162ef2f21b2425672d1f18a8373625..6b4d0dce853b92188b483fe4b18115641f9a61db 100644 (file)
@@ -125,11 +125,10 @@ class ArchiveTransaction(object):
         @type  fingerprint: L{daklib.dbconn.Fingerprint}
         @param fingerprint: optional fingerprint
 
-        @type  source_suites: list of L{daklib.dbconn.Suite} or C{True}
+        @type  source_suites: SQLAlchemy subquery for C{daklib.dbconn.Suite} or C{True}
         @param source_suites: suites to copy the source from if they are not
                               in C{suite} or C{True} to allow copying from any
                               suite.
-                              This can also be a SQLAlchemy (sub)query object.
 
         @type  extra_source_archives: list of L{daklib.dbconn.Archive}
         @param extra_source_archives: extra archives to copy Built-Using sources from