Skip to content

Commit cc44067

Browse files
committed
Fix Markdown
1 parent bbcaf1c commit cc44067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/asyncio_working_with_async.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def async_setup_platform(hass, config, async_add_entities,
5656
# Setup your platform inside of the event loop
5757
```
5858

59-
The only difference with the original parameters is that the add_entities function has been replaced by the async friendly callback `async_add_entities`.
59+
The only difference with the original parameters is that the `add_entities` function has been replaced by the async friendly callback `async_add_entities`.
6060

6161
## {% linkable_title Implementing an async entity %}
6262

0 commit comments

Comments
 (0)