From fd8a3fb5cf83eb6e485ba80412865ce2c4dd4f10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Victor=20Garc=C3=ADa?= Date: Fri, 22 Feb 2013 16:53:54 +0100 Subject: [PATCH] doc comment fixed --- jenkinsapi/job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1