From dec87f26ed72e5efa6562805d2d3817ea67a9e2a Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Tue, 31 May 2011 20:57:59 +0000 Subject: [PATCH] Documentation typo / grammar fixes Signed-off-by: Adam D. Barratt --- britney.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/britney.py b/britney.py index b03dc0d..a5a9054 100755 --- a/britney.py +++ b/britney.py @@ -668,7 +668,7 @@ class Britney: def read_dates(self, basedir): """Read the upload date for the packages from the specified directory - The upload dates are read from the `Date' file within the directory + The upload dates are read from the `Dates' file within the directory specified as `basedir' parameter. The file contains rows with the format: @@ -677,7 +677,7 @@ class Britney: The dates are expressed as days starting from the 1970-01-01. The method returns a dictionary where the key is the binary package - name and the value is tuple with two items, the version and the date. + name and the value is a tuple with two items, the version and the date. """ dates = {} filename = os.path.join(basedir, "Dates") @@ -832,7 +832,7 @@ class Britney: binary packages and the source packages in the form: - + source """ self.__log("Writing Heidi results to %s" % filename) f = open(filename, 'w') @@ -1208,7 +1208,7 @@ class Britney: It returns False if the given package doesn'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 (if available) and suite