diff --git a/docs/configuration.md b/docs/configuration.md index c69a92b69c..23acfdede9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -195,7 +195,7 @@ As an example, the following would configure Ruff to: "**/{tests,docs,tools}/*" = ["E402"] [tool.ruff.format] - # 5. Use single quotes for non-triple-quoted strings. + # 5. Use single quotes in `ruff format`. quote-style = "single" ``` @@ -218,7 +218,7 @@ As an example, the following would configure Ruff to: "**/{tests,docs,tools}/*" = ["E402"] [format] - # 5. Use single quotes for non-triple-quoted strings. + # 5. Use single quotes in `ruff format`. quote-style = "single" ```