From 4d3f9264f2160fa3a93045fcfbda41745b5bd2b2 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 10 Sep 2020 18:31:09 +0100 Subject: [PATCH] PLUGINS.md: Correct example to 'tkinter' not 'Tkinter'. --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index 91c73393..c391a3ab 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -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