mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Fix typo
This commit is contained in:
@@ -270,7 +270,7 @@ def fixTopLevelWindowClass(klass, hideVirtuals=True, ignoreProtected=True):
|
||||
Tweaks for TLWs
|
||||
"""
|
||||
# TLW tweaks are a little different. We use the function annotation for
|
||||
# TransferThis instead of the argument anotation.
|
||||
# TransferThis instead of the argument annotation.
|
||||
klass.find(klass.name).findOverload('parent').transfer = True
|
||||
item = klass.findItem('Create')
|
||||
if item:
|
||||
|
||||
Reference in New Issue
Block a user