diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-04 13:07:31 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-04 13:07:31 (GMT) |
commit | 69332c1a64d6bdb80ff813fab403be832e12ce64 (patch) | |
tree | c61ce7d7f833c11b0e665d780d06107f39228342 /Lib/tkinter | |
parent | 72e483aac42a1e1bd2e2b1ed72a3c9e8dbc6be96 (diff) | |
download | cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.zip cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.tar.gz cpython-69332c1a64d6bdb80ff813fab403be832e12ce64.tar.bz2 |
Fix spelling and grammar in documentation and code comments
Diffstat (limited to 'Lib/tkinter')
-rw-r--r-- | Lib/tkinter/ttk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tkinter/ttk.py b/Lib/tkinter/ttk.py index 0e5759d..f4a6d8c 100644 --- a/Lib/tkinter/ttk.py +++ b/Lib/tkinter/ttk.py @@ -151,7 +151,7 @@ def _format_elemcreate(etype, script=False, *args, **kw): def _format_layoutlist(layout, indent=0, indent_size=2): """Formats a layout list so we can pass the result to ttk::style - layout and ttk::style settings. Note that the layout doesn't has to + layout and ttk::style settings. Note that the layout doesn't have to be a list necessarily. E.g.: |