mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +00:00
Fix typos (#6891)
This commit is contained in:
parent
b441678cf6
commit
83467f0a51
4 changed files with 6 additions and 6 deletions
|
|
@ -18,8 +18,8 @@ assert not VersionSpecifier(">=1.1").contains(Version("1.1a1"))
|
|||
assert Version("2.0") in VersionSpecifier("==2")
|
||||
```
|
||||
|
||||
Unlike [pypa/packaging](https://github.com/pypa/packaging), this library always matches preleases.
|
||||
To only match final releases, filter with `.any_prelease()` beforehand.
|
||||
Unlike [pypa/packaging](https://github.com/pypa/packaging), this library always matches prereleases.
|
||||
To only match final releases, filter with `.any_prerelease()` beforehand.
|
||||
|
||||
PEP 440 has a lot of unintuitive features, including:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue