Skip to content

Commit

Permalink
Update botocore/credentials.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Prewitt <[email protected]>
  • Loading branch information
alexgromero and nateprewitt authored Jan 9, 2025
1 parent 0816d5d commit 2e3bddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class Credentials:
:param str token: The security token, valid only for session credentials.
:param str method: A string which identifies where the credentials
were found.
:param str account_id: The account ID associated with the credentials.
:param str account_id: (optional) An account ID associated with the credentials.
"""

def __init__(
Expand Down

0 comments on commit 2e3bddc

Please sign in to comment.