fixed typo
This commit is contained in:
parent
27943c09cd
commit
4025e7dba9
|
|
@ -42,7 +42,7 @@ Code Overview:
|
|||
foo.defineoptions()
|
||||
fooParent()
|
||||
fooParent.optiondefs = {}
|
||||
fooParent.definoptions()
|
||||
fooParent.defineoptions()
|
||||
|
||||
3) addoptions is called. This combines options specified as keywords to
|
||||
the widget constructor (stored in self._constuctorKeywords)
|
||||
|
|
|
|||
Loading…
Reference in New Issue