mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-22 08:46:30 +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
|
||||
@callback
|
||||
def async_correct_callback(msg: msg: ReceiveMessage) -> None:
|
||||
def async_correct_callback(msg: ReceiveMessage) -> None:
|
||||
"""Callback example 1."""
|
||||
...
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user