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.