commit | 9918e0c750d7a78dd913ba6b3224041176c4e015 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Aug 18 14:44:04 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Aug 18 14:44:04 1997 +0000 |
tree | d90e1f5f17cb44060552fc88316d2146f15c0dfb | |
parent | 79fa8b0abe5e5e114a5e655f60535adb88d0d642 [diff] [blame] |
Add missing comma to make a tuple of (tagOrId).
diff --git a/Lib/tkinter/Tkinter.py b/Lib/tkinter/Tkinter.py index ddb017e..cecf107 100755 --- a/Lib/tkinter/Tkinter.py +++ b/Lib/tkinter/Tkinter.py
@@ -1124,7 +1124,7 @@ if cnf is None and not kw: cnf = {} for x in self.tk.split( - self._do('itemconfigure', (tagOrId))): + self._do('itemconfigure', (tagOrId,))): cnf[x[0][1:]] = (x[0][1:],) + x[1:] return cnf if type(cnf) == StringType and not kw: