From 1e858172519e9339e4720b8bf9b39b6d9801e305 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 28 May 2022 19:29:08 -0700 Subject: Tweak around docstring to make prettier sphinx autodocs. --- waitable_presence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waitable_presence.py') 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: -- cgit v1.3