doc comment fixed
authorVictor García <victor@tuenti.com>
Fri, 22 Feb 2013 15:53:54 +0000 (16:53 +0100)
committerVictor García <victor@tuenti.com>
Fri, 22 Feb 2013 15:53:54 +0000 (16:53 +0100)
jenkinsapi/job.py

index a16f4d9..1124b7e 100644 (file)
@@ -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)