From 8d56c026a5dd724318be005465366d5140fa6fe7 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 29 May 2016 04:13:35 +0000 Subject: =?UTF-8?q?Issue=20#27125:=20Fix=20various=20errors=20like=20?= =?UTF-8?q?=E2=80=9Cwill=20[be]=20inherited=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/tkinter/tix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/tkinter/tix.py') diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py index adb629a7c8..9269e6a0f9 100644 --- a/Lib/tkinter/tix.py +++ b/Lib/tkinter/tix.py @@ -1052,7 +1052,7 @@ class InputOnly(TixWidget): class LabelEntry(TixWidget): """LabelEntry - Entry field with label. Packages an entry widget - and a label into one mega widget. It can beused be used to simplify + and a label into one mega widget. It can be used be used to simplify the creation of ``entry-form'' type of interface. Subwidgets Class -- cgit v1.2.1