[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] auto-decruft: Fix typo of "denoted"



Signed-off-by: Niels Thykier <niels@thykier.net>
---
 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 db7b476..e16850d 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.1.4



Reply to: