mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
14 changed files with 15 additions and 15 deletions
|
@ -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.:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue