Fix `.netrc` typo in authentication docs (#8521)

Follow-up to #8511.
This commit is contained in:
Ed Morley 2024-10-24 12:58:39 +00:00 committed by GitHub
parent 41462e5987
commit a642676236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ If authentication is found for a single net location (scheme, host, and port), i
the duration of the command and used for other queries to that net location. Authentication is not
cached across invocations of uv.
`.netc` authentication is enabled by default, and will respect the `NETRC` environment variable if
`.netrc` authentication is enabled by default, and will respect the `NETRC` environment variable if
defined, falling back to `~/.netrc` if not.
To enable keyring-based authentication, pass the `--keyring-provider subprocess` command-line