mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #27076: Merge spelling from 3.5
This commit is contained in:
commit
3e04d5b306
66 changed files with 232 additions and 232 deletions
|
@ -1016,7 +1016,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