Skip to content

Commit

Permalink
fixup! uv-resolver: refactor how we deal with requires-python
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 20, 2024
1 parent c16f1c0 commit 41d38b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-resolver/src/requires_python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 41d38b5

Please sign in to comment.