mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #1875 from tlambert03/timer-docs
add units to timer docs
This commit is contained in:
@@ -33,7 +33,7 @@ class Timer:
|
||||
|
||||
Args:
|
||||
event_target: The object which will receive the timer events.
|
||||
interval: The time between timer events.
|
||||
interval: The time between timer events, in seconds.
|
||||
sender: The sender of the event.
|
||||
name: A name to assign the event (for debugging). Defaults to None.
|
||||
callback: A optional callback to invoke when the event is handled. Defaults to None.
|
||||
|
||||
Reference in New Issue
Block a user