We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7841e commit 64402d1Copy full SHA for 64402d1
crates/ty_python_semantic/src/types/constraints.rs
@@ -1291,8 +1291,8 @@ impl<'db> InteriorNode<'db> {
1291
1292
// We then look for cases where the "constrained" typevar's upper and/or lower
1293
// bound matches the "bound" typevar. If so, we're going to add an implication to
1294
- // the constraint set that replaces the upper/lower bound that matched the bound
1295
- // typevar with the bound constraint's corresponding bound.
+ // the constraint set that replaces the upper/lower bound that matched with the
+ // bound constraint's corresponding bound.
1296
let (new_lower, new_upper) = match (
1297
constrained_constraint.lower(db),
1298
constrained_constraint.upper(db),
0 commit comments