mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 11:56:03 +00:00
Fix >= to == typo in is_contained_by docs (#4196)
This commit is contained in:
parent
163f328aea
commit
04c4da4e65
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ impl RequiresPython {
|
||||||
// does not. But, it's debatable.
|
// does not. But, it's debatable.
|
||||||
//
|
//
|
||||||
// If this scheme proves problematic, we could explore using different semantics when
|
// If this scheme proves problematic, we could explore using different semantics when
|
||||||
// converting to PubGrub. For example, we could parse `>=3.8.*` as `>=3.8,<3.9`. But this
|
// converting to PubGrub. For example, we could parse `==3.8.*` as `>=3.8,<3.9`. But this
|
||||||
// too could be problematic. Imagine that the user requests `>=3.8.0b0`, and the target
|
// too could be problematic. Imagine that the user requests `>=3.8.0b0`, and the target
|
||||||
// declares `==3.8.*`. In this case, we _do_ want to allow resolution, because the target
|
// declares `==3.8.*`. In this case, we _do_ want to allow resolution, because the target
|
||||||
// is saying it supports all versions of `3.8`, including pre-releases. But under those
|
// is saying it supports all versions of `3.8`, including pre-releases. But under those
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue