Fixed typos in some of the pages (#1270)

* Update architecture.markdown

* Update component_discovery.markdown

* Update development_validation.markdown

* Update frontend.markdown

* Update maintenance.markdown

* Update multiple_instances.markdown

* Update python_api.markdown

* Update releasing.markdown

* Update rest_api.markdown

* Update server_sent_events.markdown

* Update website.markdown
This commit is contained in:
KAMAL AWASTHI 2016-10-20 14:59:37 +05:30 committed by Fabian Affolter
parent 2484dc43e3
commit 404815fae0
11 changed files with 30 additions and 30 deletions

View file

@ -56,13 +56,13 @@ The [home-assistant-sse](https://github.com/fabaff/home-assistant-sse) repositor
### {% linkable_title Python %}
If you want test the server-sent events without creating a website then the Python module [`sseclient` ](https://pypi.python.org/pypi/sseclient/) can help. Install it first:
If you want to test the server-sent events without creating a website then the Python module [`sseclient` ](https://pypi.python.org/pypi/sseclient/) can help. Install it first:
```bash
$ pip3 install sseclient
```
The simplest script to consume the SSE looks like the following snipplet.
The simplest script to consume the SSE looks like the following snippet.
```python
from sseclient import SSEClient