From 3598ce8c687c6cf0dc621ea56ab08fb515b7ef4f Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 7 Jan 2025 10:25:29 -0800 Subject: [PATCH] Fix session variable comment --- botocore/configprovider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botocore/configprovider.py b/botocore/configprovider.py index 3341802e53..be5ce09004 100644 --- a/botocore/configprovider.py +++ b/botocore/configprovider.py @@ -51,7 +51,7 @@ #: NOTE: Fixing the spelling of this variable would be a breaking change. #: Please leave as is. BOTOCORE_DEFAUT_SESSION_VARIABLES = { - # logical: config_file, env_var, default_value, conversion_func + # logical: config_file, env_var, default_value, conversion_func 'profile': (None, ['AWS_DEFAULT_PROFILE', 'AWS_PROFILE'], None, None), 'region': ('region', 'AWS_DEFAULT_REGION', None, None), 'data_path': ('data_path', 'AWS_DATA_PATH', None, None),