From ec7c26dad2c26e4e4c33a69252654e3b1155bc7b Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 31 May 2022 18:00:09 -0700 Subject: More docs cleanup. --- thread_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thread_utils.py') diff --git a/thread_utils.py b/thread_utils.py index c4a2937..65f6037 100644 --- a/thread_utils.py +++ b/thread_utils.py @@ -133,11 +133,11 @@ def periodically_invoke( call forever Returns: - a :class:Thread object and an :class:Event that, when + a :class:`Thread` object and an :class:`Event` that, when signaled, will stop the invocations. .. note:: - It is possible to be invoked one time after the :class:Event + It is possible to be invoked one time after the :class:`Event` is set. This event can be used to stop infinite invocation style or finite invocation style decorations. -- cgit v1.3