mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
@ -1012,7 +1012,7 @@ class Progressbar(Widget):
|
|||
"""Begin autoincrement mode: schedules a recurring timer event
|
||||
that calls method step every interval milliseconds.
|
||||
|
||||
interval defaults to 50 milliseconds (20 steps/second) if ommited."""
|
||||
interval defaults to 50 milliseconds (20 steps/second) if omitted."""
|
||||
self.tk.call(self._w, "start", interval)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue