mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 16:50:34 +03:00
Doc correction.
This commit is contained in:
parent
7b38c9e637
commit
a5665552aa
@ -40,8 +40,8 @@ def plugin_prefs(parent):
|
|||||||
Return a TK Frame for adding to the EDMC settings dialog.
|
Return a TK Frame for adding to the EDMC settings dialog.
|
||||||
"""
|
"""
|
||||||
frame = nb.Frame(parent)
|
frame = nb.Frame(parent)
|
||||||
nb.Label(prefs, text="Hello").grid()
|
nb.Label(frame, text="Hello").grid()
|
||||||
nb.Label(prefs, text="Commander").grid()
|
nb.Label(frame, text="Commander").grid()
|
||||||
|
|
||||||
return frame
|
return frame
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user