JakeCoxon/py-gui

Typo in core.py line 407

mafranks opened this issue · 0 comments

On line 407 of core.py it currently shows:
for child in self.chldren:

Should be:
for child in self.children: