Skip to content

Commit e16bac9

Browse files
authored
Fix .netrc typo in authentication.md
Follow-up to astral-sh#8511
1 parent 98523e2 commit e16bac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If authentication is found for a single net location (scheme, host, and port), i
4242
the duration of the command and used for other queries to that net location. Authentication is not
4343
cached across invocations of uv.
4444

45-
`.netc` authentication is enabled by default, and will respect the `NETRC` environment variable if
45+
`.netrc` authentication is enabled by default, and will respect the `NETRC` environment variable if
4646
defined, falling back to `~/.netrc` if not.
4747

4848
To enable keyring-based authentication, pass the `--keyring-provider subprocess` command-line

0 commit comments

Comments
 (0)