We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd5529 commit 2c6d0e9Copy full SHA for 2c6d0e9
1 file changed
packages/dexpace-sdk-core/src/dexpace/sdk/core/errors/http.py
@@ -112,7 +112,7 @@ def _status_is_retryable(self) -> bool:
112
def body_snapshot(self, max_bytes: int | None = None) -> bytes:
113
"""Preview the error response body without consuming it.
114
115
- For a LoggableResponseBody, the snapshot drains and caches the inner
+ For a ``LoggableResponseBody``, the snapshot drains and caches the inner
116
body on the first access (this initial read is synchronous and
117
may incur I/O, but subsequent reads are repeatable and fast); for
118
any other body — or when no response/body is present — an empty
0 commit comments