mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:16 +00:00
docs: fix typo in formatter.md (#9473)
I believe there was a typo in the formatter docs and I've attempted to fix it according to what I think was originally intended.
This commit is contained in:
parent
2d362e9366
commit
7fc51d29c5
1 changed files with 1 additions and 2 deletions
|
@ -138,8 +138,7 @@ For the full list of supported settings, see [_Settings_](settings.md#format). F
|
||||||
configuring Ruff via `pyproject.toml`, see [_Configuring Ruff_](configuration.md).
|
configuring Ruff via `pyproject.toml`, see [_Configuring Ruff_](configuration.md).
|
||||||
|
|
||||||
Given the focus on Black compatibility (and unlike formatters like [YAPF](https://github.com/google/yapf)),
|
Given the focus on Black compatibility (and unlike formatters like [YAPF](https://github.com/google/yapf)),
|
||||||
Ruff does not currently expose any configuration options to modify core formatting behavior outside
|
Ruff does not currently expose any other configuration options.
|
||||||
of these trivia-related settings.
|
|
||||||
|
|
||||||
## Docstring formatting
|
## Docstring formatting
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue