[docs] [issue27455] Fix tkinter examples to be PEP8 compliant

Berker Peksag report at bugs.python.org
Wed Jul 6 09:16:22 EDT 2016


Berker Peksag added the comment:

Thanks for the updated patch. I noticed a typo in your test script. It works for me if I update the super() line from

    super().__init__(self, master)

to

    super().__init__(master)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27455>
_______________________________________


More information about the docs mailing list