summaryrefslogtreecommitdiff
path: root/thread_utils.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-05-31 18:00:09 -0700
committerScott Gasch <[email protected]>2022-05-31 18:00:09 -0700
commitec7c26dad2c26e4e4c33a69252654e3b1155bc7b (patch)
treee47187d4030ba562b866ba659864ac1305fe93dc /thread_utils.py
parent02302bbd9363facb59c4df2c1f4013087702cfa6 (diff)
More docs cleanup.
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.