1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +03:00

typo in PLUGINS readme

This commit is contained in:
Ian Norton 2016-01-08 11:11:36 +00:00 committed by Jonathan Harris
parent 477e60a64f
commit 827e08d1fe

View File

@ -55,7 +55,7 @@ def plugin_app(parent):
tk.Label(status, text="Status:").grid(row=0, column=0)
# after this your even functions can directly update plugin_app.status["text"]
# after this your event functions can directly update plugin_app.status["text"]
plugin_app.status = tk.Label(status, text="Happy!")
plugin_app.status.grid(row=0, column=1)
plugin_app.status = None