We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a1cea commit 1266d0fCopy full SHA for 1266d0f
1 file changed
crates/red_knot_python_semantic/src/types/signatures.rs
@@ -66,7 +66,9 @@ impl<'db> Signatures<'db> {
66
}
67
68
if signatures.len() == 1 {
69
- let first_signature = signatures.pop().expect("signatures sould have one element");
+ let first_signature = signatures
70
+ .pop()
71
+ .expect("signatures should have one element");
72
return Self {
73
ty,
74
signature_ty,
0 commit comments