From 9afdabffa9c54d3831182a73321b9edbde195736 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 30 Jul 1996 20:16:21 +0000 Subject: Add missing close parenthesis. --- Lib/lib-tk/Tkinter.py | 2 +- Lib/tkinter/Tkinter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 0cff594..e33c8c8 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -964,7 +964,7 @@ class Canvas(Widget): self._w, 'canvasy', screeny, gridspacing)) def coords(self, *args): return map(self.tk.getdouble, - self.tk.splitlist(self._do('coords', args)) + self.tk.splitlist(self._do('coords', args))) def _create(self, itemType, args, kw): # Args: (val, val, ..., cnf={}) args = _flatten(args) cnf = args[-1] diff --git a/Lib/tkinter/Tkinter.py b/Lib/tkinter/Tkinter.py index 0cff594..e33c8c8 100755 --- a/Lib/tkinter/Tkinter.py +++ b/Lib/tkinter/Tkinter.py @@ -964,7 +964,7 @@ class Canvas(Widget): self._w, 'canvasy', screeny, gridspacing)) def coords(self, *args): return map(self.tk.getdouble, - self.tk.splitlist(self._do('coords', args)) + self.tk.splitlist(self._do('coords', args))) def _create(self, itemType, args, kw): # Args: (val, val, ..., cnf={}) args = _flatten(args) cnf = args[-1] -- cgit v0.12