Common: Fix minor grammar mistake

This commit is contained in:
Mike Salvatore 2022-07-11 07:58:18 -04:00
parent efb12df483
commit 8a7e89e733
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Credentials:
@staticmethod
def to_mapping(credentials: Credentials) -> Mapping:
"""
Serialize a Credentials object to Mapping
Serialize a Credentials object to a Mapping
:param credentials: A Credentials object
:return: A mapping representing a Credentials object