Decrease Markdown heading level (#22152)

This commit is contained in:
Vincent Ging Ho Yim
2025-12-23 18:44:45 +11:00
committed by GitHub
parent d6a7c9b4ed
commit 22ce0c8a51

View File

@@ -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