Skip to content

Commit

Permalink
Merge pull request #911 from rhowe/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in the AWS auth method docs
  • Loading branch information
dhuckins committed Nov 9, 2022
2 parents 163956e + 7931416 commit bdbbe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/auth_methods/aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Retrieving credentials from a boto3 Session object:
EC2 Metadata Service
````````````````````

Retrieving static instance role credentials within an EC2 instnace using the EC2 metadata service (the EC2 auth method is probably a better fit for this case, which is outlined below under `EC2 Authentication`_):
Retrieving static instance role credentials within an EC2 instance using the EC2 metadata service (the EC2 auth method is probably a better fit for this case, which is outlined below under `EC2 Authentication`_):

.. code:: python
Expand Down

0 comments on commit bdbbe9e

Please sign in to comment.