mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 00:07:14 +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.
|
||||
"""
|
||||
frame = nb.Frame(parent)
|
||||
nb.Label(prefs, text="Hello").grid()
|
||||
nb.Label(prefs, text="Commander").grid()
|
||||
nb.Label(frame, text="Hello").grid()
|
||||
nb.Label(frame, text="Commander").grid()
|
||||
|
||||
return frame
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user