Skip to content

Commit bdcc917

Browse files
author
Adam Bobowski
committed
updates docs param description
1 parent 0f0f5a1 commit bdcc917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datastar_py/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def delay(
440440
) -> Self:
441441
"""Delay the event listener.
442442
443-
:param wait: The minimum interval between events.
443+
:param wait: The delay time.
444444
"""
445445
self._mods["delay"] = [str(wait)]
446446
return self

0 commit comments

Comments
 (0)