From 0cd6e2e1007ef4d936c5994a326c69766903cc98 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 7 Jun 2015 11:27:44 +0200 Subject: [PATCH] auto_decruft: Fix typo Signed-off-by: Niels Thykier --- dak/auto_decruft.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dak/auto_decruft.py b/dak/auto_decruft.py index 159ca359..e8ff995f 100644 --- a/dak/auto_decruft.py +++ b/dak/auto_decruft.py @@ -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) -- 2.39.2