X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/45c98cf150674dd49cb51d57f8baede4c287f043..b2c13de4906411ff0b3e20ec5a61f5803a660119:/docs/compatible_configs.md diff --git a/docs/compatible_configs.md b/docs/compatible_configs.md index e826743..7e83196 100644 --- a/docs/compatible_configs.md +++ b/docs/compatible_configs.md @@ -25,7 +25,7 @@ line_length = 88 ### Why those options above? _Black_ wraps imports that surpass `line-length` by moving identifiers into their own -indented line. If that still doesn't fit the bill, it will put all of them in seperate +indented line. If that still doesn't fit the bill, it will put all of them in separate lines and put a trailing comma. A more detailed explanation of this behaviour can be [found here](https://github.com/psf/black#how-black-wraps-lines).