From f2901184ccb5415cf40b3ec61c128a6a59ab3aa7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 30 Apr 2022 10:59:48 -0700 Subject: Add some docs and doctests to things that have 0% coverage. --- smart_home/chromecasts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smart_home/chromecasts.py') diff --git a/smart_home/chromecasts.py b/smart_home/chromecasts.py index 408ccf0..3bd45f1 100644 --- a/smart_home/chromecasts.py +++ b/smart_home/chromecasts.py @@ -2,7 +2,7 @@ # © Copyright 2021-2022, Scott Gasch -"""Utilities for dealing with the webcams.""" +"""Utilities for dealing with the chromecasts.""" import atexit import datetime -- cgit v1.3