Skip to content

Commit def4395

Browse files
authored
typo
1 parent aecf29d commit def4395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-signalr/signalr-quickstart-azure-functions-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Add the function `broadcast` by adding the following code
127127
'target': 'newMessage',
128128
'arguments': [ 'Current star count of https://api.github.com/repos/azure/azure-functions-python-worker is: ' + str(start_count) ]
129129
}))
130-
```
130+
```
131131

132132
This function uses a time trigger to periodically broadcast messages to all clients.
133133
::: zone-end

0 commit comments

Comments
 (0)