From b2f0a3a72e695c9a80942f4e1bc6e2954b85d609 Mon Sep 17 00:00:00 2001 From: Rustem Sayargaliev Date: Sun, 7 Jan 2018 12:26:24 +0100 Subject: [PATCH] Fix typos in setup.cfg, README.rst --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d4518dc..e2b94cb 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Example: The script above will turn all off every 10 seconds. The following script does the same thing, but note how you can define the bulbs -prior calling the ``search_bulbs`` context manager. This works do to the fact +prior calling the ``search_bulbs`` context manager. This works due to the fact that dictionaries are mutable in Python. .. code:: python diff --git a/setup.cfg b/setup.cfg index 33e9faa..c23edbe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = yeelib author = Johannes Hoppe author-email = info@johanneshoppe.com -summary = Pyhton library for Xioami Mi Yeelight. +summary = Python library for Xiaomi Mi Yeelight. description-file = README.rst description-content-type = text/x-rst; charset=UTF-8 home-page = https://github.com/codingjoe/yeelib