summaryrefslogtreecommitdiff
path: root/Lib/tkinter/tix.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-29 04:13:35 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-29 04:13:35 +0000
commit8d56c026a5dd724318be005465366d5140fa6fe7 (patch)
tree9e1efdce69034e7c5088bcf176a7bcf5144c560f /Lib/tkinter/tix.py
parente8a175eaa067d0f434933d2f003260a6d739c2d1 (diff)
downloadcpython-git-8d56c026a5dd724318be005465366d5140fa6fe7.tar.gz
Issue #27125: Fix various errors like “will [be] inherited”
Diffstat (limited to 'Lib/tkinter/tix.py')
-rw-r--r--Lib/tkinter/tix.py2
1 files changed, 1 insertions, 1 deletions
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