From 41d38b54b2d1fe490e7d3831c73d443226df3d1c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 20 Aug 2024 14:53:55 -0400 Subject: [PATCH] fixup! uv-resolver: refactor how we deal with requires-python --- crates/uv-resolver/src/requires_python.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv-resolver/src/requires_python.rs b/crates/uv-resolver/src/requires_python.rs index 87142f10e7cb..7109004e4019 100644 --- a/crates/uv-resolver/src/requires_python.rs +++ b/crates/uv-resolver/src/requires_python.rs @@ -471,7 +471,7 @@ impl Ord for RequiresPythonBound { } } -/// A simplifed marker is just like a normal marker, except it has possibly +/// A simplified marker is just like a normal marker, except it has possibly /// been simplified by `requires-python`. /// /// A simplified marker should only exist in contexts where a `requires-python`