From 20579c3318210f00a2bb21cfb01d099cf8763e92 Mon Sep 17 00:00:00 2001 From: dylwil3 Date: Fri, 12 Dec 2025 17:53:26 -0600 Subject: [PATCH] typo in comment --- crates/ruff_python_formatter/src/expression/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruff_python_formatter/src/expression/mod.rs b/crates/ruff_python_formatter/src/expression/mod.rs index b5c877cc6c..4185324b46 100644 --- a/crates/ruff_python_formatter/src/expression/mod.rs +++ b/crates/ruff_python_formatter/src/expression/mod.rs @@ -1017,7 +1017,7 @@ impl CallChainLayout { // ``` let mut computed_attribute_values_after_parentheses = 0; - // Similar to the above, but instead looks at all + // Similar to the above, but instead looks at all calls // and subscripts rather than looking only at those on // _attribute values_. So this count can differ from the // above.