changeset 370:0bee91b435ab

Fix typos in doc-strings.
author Bernhard Herzog <bh@intevation.de>
date Tue, 01 Jun 2010 17:36:32 +0000
parents 2ecdfa0f345a
children d0304bc2d378
files treepkg/packager.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/packager.py	Tue Jun 01 15:11:30 2010 +0000
+++ b/treepkg/packager.py	Tue Jun 01 17:36:32 2010 +0000
@@ -261,7 +261,7 @@
         self.status.binary_package_created()
 
     def sign_package(self):
-        """Signs the .changes file created buy the instance"""
+        """Signs the .changes file created by the instance"""
         dirs = util.listdir_abs(self.binary_dir, "*.changes")
         if not dirs:
             raise RuntimeError("Cannot find changes File in %r" % self.binary_dir)
@@ -532,7 +532,7 @@
     def package_if_updated(self, revision=None, do_svn_update=True):
         """Returns a new packager if the working copy has not been packaged yet.
         If do_svn_update is true -- the default -- update the working
-        copy to the the revision specified with the revision parameter
+        copy to the revision specified with the revision parameter
         or if revision is None, the latest revision in the repository."""
         if not self.do_build:
             return None
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)