Skip to content

Commit

Permalink
indent config doc strings to fix html rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Sep 15, 2023
1 parent 2322be0 commit a12755e
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 a12755e

Please sign in to comment.