Skip to content

Commit 2c6d0e9

Browse files
authored
docs: fix formatting in body_snapshot docstring
Wrap LoggableResponseBody in double backticks
1 parent 6bd5529 commit 2c6d0e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/dexpace-sdk-core/src/dexpace/sdk/core/errors

packages/dexpace-sdk-core/src/dexpace/sdk/core/errors/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _status_is_retryable(self) -> bool:
112112
def body_snapshot(self, max_bytes: int | None = None) -> bytes:
113113
"""Preview the error response body without consuming it.
114114
115-
For a LoggableResponseBody, the snapshot drains and caches the inner
115+
For a ``LoggableResponseBody``, the snapshot drains and caches the inner
116116
body on the first access (this initial read is synchronous and
117117
may incur I/O, but subsequent reads are repeatable and fast); for
118118
any other body — or when no response/body is present — an empty

0 commit comments

Comments
 (0)