summaryrefslogtreecommitdiff
path: root/thread_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'thread_utils.py')
-rw-r--r--thread_utils.py4
1 files changed, 2 insertions, 2 deletions
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.