Skip to content

Commit 3be05eb

Browse files
authored
docs: refactor Response docstring to show clean code example
``::`` was added to show block code instead of plain text
1 parent d3ff3f4 commit 3be05eb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/dexpace-sdk-core/src/dexpace/sdk/core/http/response

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
class Response:
2626
"""Immutable HTTP response produced by a transport.
2727
28-
Implements the context-manager protocol so callers can
29-
30-
.. code-block:: python
28+
Implements the context-manager protocol so callers can::
3129
3230
with http_client.execute(request) as response:
3331
...

0 commit comments

Comments
 (0)