summaryrefslogtreecommitdiff
path: root/Lib/tkinter
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
commit3397d7292b66cf5bd87167aad7bbce170c1e5a28 (patch)
treeb14dfaa4884986d7d5b673717bb7f366ea6f5d92 /Lib/tkinter
parent2d5c35630b8f136a6788744b2a59585ae2088de9 (diff)
downloadcpython-3397d7292b66cf5bd87167aad7bbce170c1e5a28.tar.gz
Issue #27125: Remove duplicated words from documentation and comments
Diffstat (limited to 'Lib/tkinter')
-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
---------- -----