forked from p15670423/monkey
Common: Fix minor grammar mistake
This commit is contained in:
parent
efb12df483
commit
8a7e89e733
|
@ -204,7 +204,7 @@ class Credentials:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def to_mapping(credentials: Credentials) -> Mapping:
|
def to_mapping(credentials: Credentials) -> Mapping:
|
||||||
"""
|
"""
|
||||||
Serialize a Credentials object to Mapping
|
Serialize a Credentials object to a Mapping
|
||||||
|
|
||||||
:param credentials: A Credentials object
|
:param credentials: A Credentials object
|
||||||
:return: A mapping representing a Credentials object
|
:return: A mapping representing a Credentials object
|
||||||
|
|
Loading…
Reference in New Issue