Skip to content

Commit 076b141

Browse files
authored
Fix type in docstring Session get_credential (#3145)
1 parent b0017a6 commit 076b141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boto3/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def get_available_regions(self, service_name, partition_name='aws',
174174

175175
def get_credentials(self):
176176
"""
177-
Return the :class:`botocore.credential.Credential` object
177+
Return the :class:`botocore.credentials.Credentials` object
178178
associated with this session. If the credentials have not
179179
yet been loaded, this will attempt to load them. If they
180180
have already been loaded, this will return the cached

0 commit comments

Comments
 (0)