1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

PLUGINS.md: Correct example to 'tkinter' not 'Tkinter'.

This commit is contained in:
Athanasius 2020-09-10 18:31:09 +01:00
parent 1c62cfaf4a
commit 4d3f9264f2

@ -191,7 +191,7 @@ Use `numberFromString()` from EDMC's `l10n.Locale` object to parse input
numbers in a locale-independent way.
```python
import Tkinter as tk
import tkinter as tk
import myNotebook as nb
from config import config