From 22ce0c8a5107d395e956386fe18b79949fb70a99 Mon Sep 17 00:00:00 2001 From: Vincent Ging Ho Yim Date: Tue, 23 Dec 2025 18:44:45 +1100 Subject: [PATCH] Decrease Markdown heading level (#22152) --- docs/formatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatter.md b/docs/formatter.md index f4c39edabb..5be91545d1 100644 --- a/docs/formatter.md +++ b/docs/formatter.md @@ -501,7 +501,7 @@ If you want Ruff to split an f-string across multiple lines, ensure there's a li [self-documenting f-string]: https://realpython.com/python-f-strings/#self-documenting-expressions-for-debugging [configured quote style]: settings.md/#format_quote-style -#### Fluent layout for method chains +### Fluent layout for method chains At times, when developers write long chains of methods on an object, such as