From 7eaa8a3f1685f8a8f73047b79b5e8bccea35a3b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 May 2015 08:15:53 +0200 Subject: [PATCH] fix typo --- homeassistant/components/scheduler/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/scheduler/__init__.py b/homeassistant/components/scheduler/__init__.py index f84dafd5ec3..858c068629f 100644 --- a/homeassistant/components/scheduler/__init__.py +++ b/homeassistant/components/scheduler/__init__.py @@ -1,7 +1,7 @@ """ homeassistant.components.scheduler -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A component that will act as a scheduler and performe actions based +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +A component that will act as a scheduler and perform actions based on the events in the schedule. It will read a json object from schedule.json in the config dir