mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Issue #27125: Merge typo fixes from 3.5
This commit is contained in:
commit
e514093a2f
17 changed files with 20 additions and 21 deletions
|
@ -1048,8 +1048,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
|
||||
---------- -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue