Skip to content

Commit

Permalink
Fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Feb 5, 2025
1 parent f4ed098 commit 0159f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def _compute_checksum_config(self, config_kwargs):
)

def _resolve_protocol(self, service_model):
# If a service does not have a `protocols trait`, fall back to the legacy
# If a service does not have a `protocols` trait, fall back to the legacy
# `protocol` trait
if 'protocols' not in service_model.metadata:
return service_model.metadata['protocol']
Expand Down

0 comments on commit 0159f3a

Please sign in to comment.