Skip to content

Commit b9070bc

Browse files
Update _base_client.py
Signed-off-by: Renaud Hartert <[email protected]>
1 parent b8b4285 commit b9070bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/sdk/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self,
6969
:param extra_error_customizers:
7070
:param debug_headers: Whether to include debug headers in the request log.
7171
:param clock: Clock object to use for time-related operations.
72-
:param streaming_buffer_size: The size of the buffer to use for streaming responses (default: 1MB).
72+
:param streaming_buffer_size: The size of the buffer to use for streaming responses.
7373
"""
7474

7575
self._debug_truncate_bytes = debug_truncate_bytes or 96

0 commit comments

Comments
 (0)