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:
Randy Syring 2024-01-11 12:59:01 -05:00 committed by GitHub
parent 2d362e9366
commit 7fc51d29c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).
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
of these trivia-related settings.
Ruff does not currently expose any other configuration options.
## Docstring formatting