From b2eff990df2b7f6b29dd60b13c7647076dfbb621 Mon Sep 17 00:00:00 2001 From: Boseong Choi <31615733+cbscsm@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:25:48 +0900 Subject: [PATCH] Fix typo in uv-pep440/README.md (#14965) ## Summary I noticed what appears to be a small typo in the documentation. In the section describing dev versions, it says `sbpth table releases`. I believe this was meant to be `both stable releases`, to match the structure of the previous sentence about post versions. --- crates/uv-pep440/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv-pep440/Readme.md b/crates/uv-pep440/Readme.md index cc9281738..8a6e142ca 100644 --- a/crates/uv-pep440/Readme.md +++ b/crates/uv-pep440/Readme.md @@ -27,7 +27,7 @@ PEP 440 has a lot of unintuitive features, including: - An epoch that you can prefix the version with, e.g., `1!1.2.3`. Lower epoch always means lower version (`1.0 <=2!0.1`) - Post versions, which can be attached to both stable releases and pre-releases -- Dev versions, which can be attached to sbpth table releases and pre-releases. When attached to a +- Dev versions, which can be attached to both stable releases and pre-releases. When attached to a pre-release the dev version is ordered just below the normal pre-release, however when attached to a stable version, the dev version is sorted before a pre-releases - Pre-release handling is a mess: "Pre-releases of any kind, including developmental releases, are