Skip to content

Commit 00208f6

Browse files
fix DataladAuth.__init__() docstring
1 parent 0a94594 commit 00208f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datalad_next/utils/requests_auth.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def __init__(self, cfg: ConfigManager, credential: str | None = None):
4343
"""
4444
Parameters
4545
----------
46-
cfg: CredentialManager
47-
Credentials are looked up in this instance.
46+
cfg: ConfigManager
47+
Is passed to CredentialManager() as `cfg`-parameter.
4848
credential: str, optional
4949
Name of a particular credential to be used for any operations.
5050
"""

0 commit comments

Comments
 (0)