We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c994ff6 commit b2f0a3aCopy full SHA for b2f0a3a
README.rst
@@ -52,7 +52,7 @@ Example:
52
53
The script above will turn all off every 10 seconds.
54
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
+prior calling the ``search_bulbs`` context manager. This works due to the fact
56
that dictionaries are mutable in Python.
57
58
.. code:: python
setup.cfg
@@ -2,7 +2,7 @@
2
name = yeelib
3
author = Johannes Hoppe
4
author-email = [email protected]
5
-summary = Pyhton library for Xioami Mi Yeelight.
+summary = Python library for Xiaomi Mi Yeelight.
6
description-file = README.rst
7
description-content-type = text/x-rst; charset=UTF-8
8
home-page = https://github.com/codingjoe/yeelib
0 commit comments