Skip to content

Commit ad7e7fa

Browse files
committed
corrected doc strings
1 parent 3a3530b commit ad7e7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyatlan/client/credential.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def creator(
4444
Create a new credential.
4545
4646
: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.
47+
:param test: whether to validate the credentials (True) or skip validation (False) before creation.
4848
:returns: A CredentialResponse instance.
4949
:raises ValidationError: If the provided `credential` is invalid.
5050
"""

0 commit comments

Comments
 (0)