Skip to content

Commit e742d14

Browse files
authored
docs: precede code snippet with standard sentence formatting (#1386)
1 parent 36ddda7 commit e742d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/english/concepts/message-sending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can have your app's messages stream in to replicate conventional AI chatbot
4949
* [`chat_appendStream`](/reference/methods/chat.appendstream)
5050
* [`chat_stopStream`](/reference/methods/chat.stopstream)
5151

52-
The Python Slack SDK provides a [`chat_stream()`](https://docs.slack.dev/tools/python-slack-sdk/reference/web/client.html#slack_sdk.web.client.WebClient.chat_stream) helper utility to streamline calling these methods. Here's an excerpt from our [Assistant template app](https://github.com/slack-samples/bolt-python-assistant-template)
52+
The Python Slack SDK provides a [`chat_stream()`](https://docs.slack.dev/tools/python-slack-sdk/reference/web/client.html#slack_sdk.web.client.WebClient.chat_stream) helper utility to streamline calling these methods. Here's an excerpt from our [Assistant template app](https://github.com/slack-samples/bolt-python-assistant-template):
5353

5454
```python
5555
streamer = client.chat_stream(

0 commit comments

Comments
 (0)