From a64267623601ca82be42d6a667f4c1d405c70847 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:58:39 +0000 Subject: [PATCH] Fix `.netrc` typo in authentication docs (#8521) Follow-up to #8511. --- docs/configuration/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/authentication.md b/docs/configuration/authentication.md index 604d1cd2c..8a6bcf002 100644 --- a/docs/configuration/authentication.md +++ b/docs/configuration/authentication.md @@ -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