Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 docs/source/design datalad",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Feb 5, 2025
1 parent b9b79ab commit d63f09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datalad/local/download_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class DownloadURL(Interface):
"""Download content
It allows for a uniform download interface to various supported URL
schemes (see command help for details), re-using or asking for
schemes (see command help for details), reusing or asking for
authentication details maintained by datalad.
"""

Expand Down
2 changes: 1 addition & 1 deletion docs/source/design/credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Providers are associating credentials with a context for using them and are defi
A single provider is represented by :class:`Provider` object and the list of available providers is represented by the :class:`Providers` class.
A provider is identified by a label and stored in a dedicated config file per provider named `LABEL.cfg`.
Such a file can reside in a dataset (under `.datalad/providers/`), at the user level (under `{user_config_dir}/providers`), at the system level (under `{site_config_dir}/providers`) or come packaged with the datalad distribution (in directory `configs` next to `providers.py`).
Such a provider specifies a regular expression to match URLs against and assigns authenticator abd credentials to be used for a match.
Such a provider specifies a regular expression to match URLs against and assigns authenticator and credentials to be used for a match.
Credentials are referenced by their label, which in turn is the name of another section in such a file specifying the type of the credential.
References to credential and authenticator types are strings that are mapped to classes by the following dict definitions:

Expand Down

0 comments on commit d63f09c

Please sign in to comment.