From 9fd239dc42b28b84bcff562ec9c771208c291990 Mon Sep 17 00:00:00 2001 From: David Miller <45697098+dlm6693@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:02:35 -0400 Subject: [PATCH] Config doc bug fix (#3015) * indent config doc strings to fix html rendering * add more backticks to highlight instead of italicize --- botocore/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/botocore/config.py b/botocore/config.py index a968eacc99..1a2fd80a36 100644 --- a/botocore/config.py +++ b/botocore/config.py @@ -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. """