Skip to content

Commit dbe397f

Browse files
zimegmwbrooks
andauthored
docs: make the buffered methods clear in reference
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent 82d1495 commit dbe397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_sdk/web/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ def chat_stream(
29462946
[Reference](https://docs.slack.dev/reference/methods/chat.stopStream).
29472947
29482948
Args:
2949-
buffer_size: The length of markdown_text to buffer in-memory before calling a method. Increasing this value
2949+
buffer_size: The length of markdown_text to buffer in-memory before calling a stream method. Increasing this value
29502950
decreases the number of method calls made for the same amount of text, which is useful to avoid rate limits.
29512951
Default: 256.
29522952
channel: An encoded ID that represents a channel, private group, or DM.

0 commit comments

Comments
 (0)