From 7d213c6d4364a1bc3886f3253a7417c7b36f01a3 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Fri, 28 Jun 2019 17:31:54 +0100 Subject: [PATCH] Fix docstring of schedule_formatting Fixes #914. --- black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {} -- 2.39.2