Skip to content

Commit

Permalink
Merge pull request #2223 from atomicfruitcake/correct_IDMS_endpoint_e…
Browse files Browse the repository at this point in the history
…rror_spelling

Correct the spelling of endpoints for the Invalid IDMS Endpoint Error
  • Loading branch information
nateprewitt committed Nov 17, 2020
2 parents dd10b44 + a620a6e commit 5e1bffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/exceptions.py
Expand Up @@ -93,7 +93,7 @@ class ConnectionError(BotoCoreError):


class InvalidIMDSEndpointError(BotoCoreError):
fmt = 'Invalid endpoint EC2 Instance Metadata endoints: {endpoint}'
fmt = 'Invalid endpoint EC2 Instance Metadata endpoint: {endpoint}'


class EndpointConnectionError(ConnectionError):
Expand Down

0 comments on commit 5e1bffa

Please sign in to comment.