Correctly document default value of fork-strategy setting (#9931)

<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

The `fork-strategy` default value was overlooked in #9887.

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
This commit is contained in:
Richard Höchenberger 2024-12-16 19:41:22 +01:00 committed by GitHub
parent 5a5429a5f0
commit 2e23abb1f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -777,7 +777,7 @@ Under `fewest`, uv will minimize the number of selected versions for each packag
preferring older versions that are compatible with a wider range of supported Python
versions or platforms.
**Default value**: `"fewest"`
**Default value**: `"requires-python"`
**Possible values**:
@ -2158,7 +2158,7 @@ Under `fewest`, uv will minimize the number of selected versions for each packag
preferring older versions that are compatible with a wider range of supported Python
versions or platforms.
**Default value**: `"fewest"`
**Default value**: `"requires-python"`
**Possible values**: