More docs cleanup.
[python_utils.git] / thread_utils.py
index c4a293794a99cb1f479da105a499cb2ce93b564e..65f60373e923879c7f15ef71085b56830db6b5f5 100644 (file)
@@ -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.