mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
93d1fe1c56
In the bbox method of Group (Canvas.py file), you should read
return self.canvas._getints(self._do('bbox'))
instead of
return self._getints(self._do('bbox'))