diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-30 04:04:50 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-30 04:04:50 (GMT) |
commit | a90a4a96517fe25b57246083076b247f417d737d (patch) | |
tree | eb3cd314fea55c06d6edf6b62a93b702c97bb8e3 /Lib/tkinter/tix.py | |
parent | f45d27bcc316c3af4fb2924d1dfa8da493e9941f (diff) | |
download | cpython-a90a4a96517fe25b57246083076b247f417d737d.zip cpython-a90a4a96517fe25b57246083076b247f417d737d.tar.gz cpython-a90a4a96517fe25b57246083076b247f417d737d.tar.bz2 |
Issue #27125: Remove duplicated words from documentation and comments
Diffstat (limited to 'Lib/tkinter/tix.py')
-rw-r--r-- | Lib/tkinter/tix.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py index 9269e6a..f667933 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 ---------- ----- |