summaryrefslogtreecommitdiff
path: root/Lib/tkinter/tix.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-30 04:04:50 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-30 04:04:50 +0000
commita90a4a96517fe25b57246083076b247f417d737d (patch)
treeeb3cd314fea55c06d6edf6b62a93b702c97bb8e3 /Lib/tkinter/tix.py
parentf45d27bcc316c3af4fb2924d1dfa8da493e9941f (diff)
downloadcpython-git-a90a4a96517fe25b57246083076b247f417d737d.tar.gz
Issue #27125: Remove duplicated words from documentation and comments
Diffstat (limited to 'Lib/tkinter/tix.py')
-rw-r--r--Lib/tkinter/tix.py4
1 files changed, 2 insertions, 2 deletions
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
---------- -----