Skip to content

Commit 94bc999

Browse files
authored
Fix double-spacing spacing in comment
1 parent 4c47de1 commit 94bc999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscli/customizations/s3/subcommands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ def _run_main(self, parsed_args, parsed_globals):
12471247
bucket_config = {}
12481248
bucket_tags = self._create_bucket_tags(parsed_args)
12491249

1250-
# Only set LocationConstraint when the region name is not us-east-1.
1250+
# Only set LocationConstraint when the region name is not us-east-1.
12511251
# Sending LocationConstraint with value us-east-1 results in an error.
12521252
if self.client.meta.region_name != 'us-east-1':
12531253
bucket_config['LocationConstraint'] = self.client.meta.region_name

0 commit comments

Comments
 (0)