From: Zsolt Dollenstein Date: Fri, 28 Jun 2019 16:31:54 +0000 (+0100) Subject: Fix docstring of schedule_formatting X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/7d213c6d4364a1bc3886f3253a7417c7b36f01a3 Fix docstring of schedule_formatting Fixes #914. --- 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 = {}