summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Tix.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-29 08:13:58 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-29 08:13:58 (GMT)
commitb44c4520d965788aa6d24edab36d89103b0a1aea (patch)
tree2c649fcb5f7518dace35b8241c9f4ffd60eda14f /Lib/lib-tk/Tix.py
parent6ee36a5a8cf7aff3a2b5f3ab50bb46a31c377750 (diff)
downloadcpython-b44c4520d965788aa6d24edab36d89103b0a1aea.zip
cpython-b44c4520d965788aa6d24edab36d89103b0a1aea.tar.gz
cpython-b44c4520d965788aa6d24edab36d89103b0a1aea.tar.bz2
Issue #27125: Fix various errors like “will [be] inherited”
Diffstat (limited to 'Lib/lib-tk/Tix.py')
-rw-r--r--Lib/lib-tk/Tix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tix.py b/Lib/lib-tk/Tix.py
index d723e47..c98b549 100644
--- a/Lib/lib-tk/Tix.py
+++ b/Lib/lib-tk/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