From a90a4a96517fe25b57246083076b247f417d737d Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Mon, 30 May 2016 04:04:50 +0000 Subject: Issue #27125: Remove duplicated words from documentation and comments --- Lib/tkinter/tix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/tkinter/tix.py') diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py index 9269e6a0f9..f667933a1e 100644 --- a/Lib/tkinter/tix.py +++ b/Lib/tkinter/tix.py @@ -1052,8 +1052,8 @@ class InputOnly(TixWidget): class LabelEntry(TixWidget): """LabelEntry - Entry field with label. Packages an entry widget - and a label into one mega widget. It can be used be used to simplify - the creation of ``entry-form'' type of interface. + and a label into one mega widget. It can be used to simplify the creation + of ``entry-form'' type of interface. Subwidgets Class ---------- ----- -- cgit v1.2.1