Skip to content

Commit 3702f15

Browse files
committed
doc
1 parent 9d92fe0 commit 3702f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/background_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def periodic(
5454
early_wake_up_event -- allows to awaken the function before the interval has passed. (default: {None})
5555
5656
Returns:
57-
_description_
57+
coroutine that will be called periodically (runs forever)
5858
"""
5959

6060
def _decorator(

0 commit comments

Comments
 (0)