From ea6e22cb0189ea707a118dc3cfb6d5db5c97229b Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 3 Aug 2008 18:56:46 +0000 Subject: [PATCH] wording change Signed-off-by: Mark Hymers --- dak/process_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/process_new.py b/dak/process_new.py index dbfe9700..aaae0581 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -151,7 +151,7 @@ def indiv_sg_compare (a, b): def sg_compare (a, b): a = a[1] b = b[1] - """Sort by have note, source already in database, time of oldest upload.""" + """Sort by have note, source already in database and time of oldest upload.""" # Sort by have note a_note_state = a["note_state"] b_note_state = b["note_state"] -- 2.39.5