From 0657aa67c210552514faf942fc2d26efe1fb0b90 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sat, 6 Jul 2013 12:42:52 +0000 Subject: [PATCH] Remove two "the the"s Signed-off-by: Adam D. Barratt --- britney.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index ee0cbf8..fde5626 100755 --- a/britney.py +++ b/britney.py @@ -1111,7 +1111,7 @@ class Britney(object): present in the unstable distribution anymore. It returns True if the package can be removed, False otherwise. - In the former case, a new excuse is appended to the the object + In the former case, a new excuse is appended to the object attribute excuses. """ # if the source package is available in unstable, then do nothing @@ -1145,7 +1145,7 @@ class Britney(object): It returns False if the given packages don't need to be upgraded, True otherwise. In the former case, a new excuse is appended to - the the object attribute excuses. + the object attribute excuses. """ # retrieve the source packages for testing and suite source_t = self.sources['testing'][src]