mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-13 22:02:22 +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.
|
numbers in a locale-independent way.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import Tkinter as tk
|
import tkinter as tk
|
||||||
import myNotebook as nb
|
import myNotebook as nb
|
||||||
from config import config
|
from config import config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user