Skip to content

Commit 739b15a

Browse files
authored
Merge pull request #1401 from CracktheDom/docs/correct_typo
Correct typo in error msg in S3._http_400_handler() #1379
2 parents 10aea09 + 0dbbe5d commit 739b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S3/S3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ def _http_400_handler(self, request, response, fn, *args, **kwargs):
16211621
info('Forwarding request to %s', region)
16221622
return fn(*args, **kwargs)
16231623
else:
1624-
warning(u'Could not determine bucket the location. Please consider using the --region parameter.')
1624+
warning(u'Could not determine the bucket location. Please consider using the --region parameter.')
16251625

16261626
elif failureCode == 'InvalidRequest':
16271627
message = getTextFromXml(response['data'], 'Message')

0 commit comments

Comments
 (0)