From: Niels Thykier Date: Thu, 11 Jun 2015 21:28:52 +0000 (+0200) Subject: auto-decruft: Fix typo of "denoted" X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=18e076c10a1d176af81a717373e05a1cb0c511f8;hp=fb9b6ff84f4314a1a54d3972f4a2ffd8b4831a2e auto-decruft: Fix typo of "denoted" Signed-off-by: Niels Thykier --- 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