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:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user