Skip to content

Commit

Permalink
Fix session variable comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored Jan 7, 2025
1 parent f13932f commit 3598ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/configprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 3598ce8

Please sign in to comment.