mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27125: Merge typo fixes from 3.5
Also merge changes from Issue #27117; no actual code changes to 3.6.
This commit is contained in:
commit
e501a93c18
13 changed files with 17 additions and 15 deletions
|
@ -1048,7 +1048,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue