diff options
| author | Scott Gasch <[email protected]> | 2022-04-30 10:59:48 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-04-30 10:59:48 -0700 |
| commit | f2901184ccb5415cf40b3ec61c128a6a59ab3aa7 (patch) | |
| tree | f9c29997f888de27fe129728b65c854b8454de89 /smart_home/chromecasts.py | |
| parent | 6fd34b009eec9cda18f1bdd9d8184b7a317a156d (diff) | |
Add some docs and doctests to things that have 0% coverage.
Diffstat (limited to 'smart_home/chromecasts.py')
| -rw-r--r-- | smart_home/chromecasts.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
