mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 09:16:32 +00:00
Correct typo in code example (#1694)
This commit is contained in:
parent
34e70778a5
commit
559af1c2d6
@ -27,7 +27,7 @@ Example of a correct callback signature:
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
@callback
|
@callback
|
||||||
def async_correct_callback(msg: msg: ReceiveMessage) -> None:
|
def async_correct_callback(msg: ReceiveMessage) -> None:
|
||||||
"""Callback example 1."""
|
"""Callback example 1."""
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user