mirror of https://github.com/astral-sh/uv
docs: fix typo (#8554)
## Summary Fix of a typo `many` -> `may` in documentation. ## Test Plan Building the documentation locally using the instructions in contribution guideline: https://github.com/lukany/uv/blob/docs/fix-typo-in-defining-index/CONTRIBUTING.md#documentation
This commit is contained in:
parent
3eda248ef5
commit
374d4af488
|
|
@ -36,7 +36,7 @@ default = true
|
|||
The default index is always treated as lowest priority, regardless of its position in the list of
|
||||
indexes.
|
||||
|
||||
Index names many only contain alphanumeric characters, dashes, underscores, and periods, and must be
|
||||
Index names may only contain alphanumeric characters, dashes, underscores, and periods, and must be
|
||||
valid ASCII.
|
||||
|
||||
## Pinning a package to an index
|
||||
|
|
|
|||
Loading…
Reference in New Issue