From 065350af33d6ec30d101084b00b11877ecdfe258 Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Thu, 4 Oct 2018 11:24:01 -0400 Subject: [PATCH] Typo fix. (#33) `installl` -> `install` --- esphomeyaml/components/display/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/display/index.rst b/esphomeyaml/components/display/index.rst index 31daaec57..0e68d7b91 100644 --- a/esphomeyaml/components/display/index.rst +++ b/esphomeyaml/components/display/index.rst @@ -326,7 +326,7 @@ Configuration variables: To use images you will need to have the python ``pillow`` package installed. If you're running this as a HassIO add-on or with the official esphomeyaml docker image, it should already be - installed. Otherwise you need to install it using ``pip2 installl pillow``. + installed. Otherwise you need to install it using ``pip2 install pillow``. And then later in code: