From: Victor GarcĂ­a Date: Fri, 22 Feb 2013 15:53:54 +0000 (+0100) Subject: doc comment fixed X-Git-Tag: v0.2.23~254^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd8a3fb5cf83eb6e485ba80412865ce2c4dd4f10;p=tools%2Fpython-jenkinsapi.git doc comment fixed --- diff --git a/jenkinsapi/job.py b/jenkinsapi/job.py index a16f4d9..1124b7e 100644 --- a/jenkinsapi/job.py +++ b/jenkinsapi/job.py @@ -325,7 +325,7 @@ class Job(JenkinsBase): def update_config(self, config): """ Update the config.xml to the job - Also refresh the BeautifulSoup object since the config has changed + Also refresh the ElementTree object since the config has changed """ post_data = self.post_data("%(baseurl)s/config.xml" % self.__dict__, config) self._element_tree = ET.fromstring(config)