Skip to content

Commit b2f0a3a

Browse files
amurekicodingjoe
authored andcommitted
Fix typos in setup.cfg, README.rst
1 parent c994ff6 commit b2f0a3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Example:
5252
5353
The script above will turn all off every 10 seconds.
5454
The following script does the same thing, but note how you can define the bulbs
55-
prior calling the ``search_bulbs`` context manager. This works do to the fact
55+
prior calling the ``search_bulbs`` context manager. This works due to the fact
5656
that dictionaries are mutable in Python.
5757

5858
.. code:: python

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = yeelib
33
author = Johannes Hoppe
44
author-email = [email protected]
5-
summary = Pyhton library for Xioami Mi Yeelight.
5+
summary = Python library for Xiaomi Mi Yeelight.
66
description-file = README.rst
77
description-content-type = text/x-rst; charset=UTF-8
88
home-page = https://github.com/codingjoe/yeelib

0 commit comments

Comments
 (0)