We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3530b commit ad7e7faCopy full SHA for ad7e7fa
pyatlan/client/credential.py
@@ -44,7 +44,7 @@ def creator(
44
Create a new credential.
45
46
:param credential: provide full details of the credential's to be created.
47
- :param test: Whether to validate the credentials (True) or skip validation (False) before creation.
+ :param test: whether to validate the credentials (True) or skip validation (False) before creation.
48
:returns: A CredentialResponse instance.
49
:raises ValidationError: If the provided `credential` is invalid.
50
"""
0 commit comments