Skip to content

Commit

Permalink
Config doc bug fix (#3015)
Browse files Browse the repository at this point in the history
* indent config doc strings to fix html rendering

* add more backticks to highlight instead of italicize
  • Loading branch information
dlm6693 authored Sep 15, 2023
1 parent dc81483 commit 9fd239d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions botocore/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@ class Config:
:type request_min_compression_size_bytes: int
:param request_min_compression_bytes: The minimum size in bytes that a
request body should be to trigger compression. All requests with streaming
input that don't contain the `requiresLength` trait will be compressed
regardless of this setting.
request body should be to trigger compression. All requests with
streaming input that don't contain the ``requiresLength`` trait will be
compressed regardless of this setting.
Defaults to None.
:type disable_request_compression: bool
:param disable_request_compression: Disables request body compression if
set to True.
set to True.
Defaults to None.
"""
Expand Down

0 comments on commit 9fd239d

Please sign in to comment.