Skip to content

Commit

Permalink
Fix typos in setup.cfg, README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored and codingjoe committed Jan 7, 2018
1 parent c994ff6 commit b2f0a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2f0a3a

Please sign in to comment.