From 18e076c10a1d176af81a717373e05a1cb0c511f8 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Thu, 11 Jun 2015 23:28:52 +0200 Subject: [PATCH] auto-decruft: Fix typo of "denoted" Signed-off-by: Niels Thykier --- dak/auto_decruft.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dak/auto_decruft.py b/dak/auto_decruft.py index db7b476e..e16850d6 100644 --- a/dak/auto_decruft.py +++ b/dak/auto_decruft.py @@ -67,7 +67,7 @@ def compute_sourceless_groups(suite_id, session): """Find binaries without a source @type suite_id: int - @param suite_id: The id of the suite donated by suite_name + @param suite_id: The id of the suite denoted by suite_name @type session: SQLA Session @param session: The database session in use @@ -95,7 +95,7 @@ def compute_nbs_groups(suite_id, suite_name, session): """Find binaries no longer built @type suite_id: int - @param suite_id: The id of the suite donated by suite_name + @param suite_id: The id of the suite denoted by suite_name @type suite_name: string @param suite_name: The name of the suite to remove from @@ -148,7 +148,7 @@ def auto_decruft_suite(suite_name, suite_id, session, dryrun, debug): @param suite_name: The name of the suite to remove from @type suite_id: int - @param suite_id: The id of the suite donated by suite_name + @param suite_id: The id of the suite denoted by suite_name @type session: SQLA Session @param session: The database session in use -- 2.39.2