Tweak around docstring to make prettier sphinx autodocs.
[python_utils.git] / waitable_presence.py
index 6473add5b2f7f4fb023e03a71342c93a4b2aacd5..4bd5d6c84d8f6acedb0e189f418f68cadde963cf 100644 (file)
@@ -26,7 +26,7 @@ class WaitablePresenceDetectorWithMemory(state_tracker.WaitableAutomaticStateTra
     """
     This is a waitable class that keeps a PresenceDetector internally
     and periodically polls it to detect changes in presence in a
-    particular location.  Example suggested usage pattern:
+    particular location.  Example suggested usage pattern::
 
         detector = waitable_presence.WaitablePresenceDetectorWithMemory(60.0)
         while True: