Skip to content

Commit 410ede3

Browse files
authored
Fix session variable comment (#3331)
1 parent 2a4a32f commit 410ede3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botocore/configprovider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#: NOTE: Fixing the spelling of this variable would be a breaking change.
5252
#: Please leave as is.
5353
BOTOCORE_DEFAUT_SESSION_VARIABLES = {
54-
# logical: config_file, env_var, default_value, conversion_func
54+
# logical: config_file, env_var, default_value, conversion_func
5555
'profile': (None, ['AWS_DEFAULT_PROFILE', 'AWS_PROFILE'], None, None),
5656
'region': ('region', 'AWS_DEFAULT_REGION', None, None),
5757
'data_path': ('data_path', 'AWS_DATA_PATH', None, None),

0 commit comments

Comments
 (0)