# # # patch "mtn.py" # from [c09dd76e71aadf61e8cf8af280c6ef65f115a762] # to [e607dd97686dc4b75de17043e7206fd686330c65] # ============================================================ --- mtn.py c09dd76e71aadf61e8cf8af280c6ef65f115a762 +++ mtn.py e607dd97686dc4b75de17043e7206fd686330c65 @@ -374,7 +374,7 @@ class Operations(object): self.automate = apply(Automate, runner_args) def per_request(self): - """"Call this method every distinct request, to allow Operations to do any + """Call this method every distinct request, to allow Operations to do any cleanup operations. """ self.automate.check_current()