Skip to content

Commit

Permalink
Fix .netrc typo in authentication docs (#8521)
Browse files Browse the repository at this point in the history
Follow-up to #8511.
  • Loading branch information
edmorley authored Oct 24, 2024
1 parent 41462e5 commit a642676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a642676

Please sign in to comment.