]> git.decadent.org.uk Git - dak.git/commitdiff
auto_decruft: Fix typo
authorNiels Thykier <niels@thykier.net>
Sun, 7 Jun 2015 09:27:44 +0000 (11:27 +0200)
committerNiels Thykier <niels@thykier.net>
Mon, 8 Jun 2015 18:34:58 +0000 (20:34 +0200)
Signed-off-by: Niels Thykier <niels@thykier.net>
dak/auto_decruft.py

index 159ca3599b99cb4b0b2a937c88d8e5e24de2cc87..e8ff995fffe8d77983b718db168442c30280f100 100644 (file)
@@ -68,7 +68,7 @@ def remove_sourceless_cruft(suite_name, suite_id, session, dryrun):
     @param session: The database session in use
 
     @type dryrun: bool
-    @param dryrun: If True, just to print the actions rather than actually doing them
+    @param dryrun: If True, just print the actions rather than actually doing them
     """""
     global Options
     rows = query_without_source(suite_id, session)
@@ -110,7 +110,7 @@ def removeNBS(suite_name, suite_id, session, dryrun):
     @param session: The database session in use
 
     @type dryrun: bool
-    @param dryrun: If True, just to print the actions rather than actually doing them
+    @param dryrun: If True, just print the actions rather than actually doing them
     """""
     global Options
     rows = queryNBS(suite_id, session)