X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9d9f96a7b4a10c3b4967852f83ec5efa9c237e98..7d213c6d4364a1bc3886f3253a7417c7b36f01a3:/black.py diff --git a/black.py b/black.py index b1e3e97..97393e1 100644 --- a/black.py +++ b/black.py @@ -538,7 +538,7 @@ async def schedule_formatting( (Use ProcessPoolExecutors for actual parallelism.) - `line_length`, `write_back`, `fast`, and `pyi` options are passed to + `write_back`, `fast`, and `mode` options are passed to :func:`format_file_in_place`. """ cache: Cache = {}