summaryrefslogtreecommitdiff
path: root/waitable_presence.py
diff options
context:
space:
mode:
Diffstat (limited to 'waitable_presence.py')
-rw-r--r--waitable_presence.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waitable_presence.py b/waitable_presence.py
index 6473add..4bd5d6c 100644
--- a/waitable_presence.py
+++ b/waitable_presence.py
@@ -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: