Fix docstring of schedule_formatting

Fixes #914.
This commit is contained in:
Zsolt Dollenstein 2019-06-28 17:31:54 +01:00 committed by GitHub
parent 9d9f96a7b4
commit 7d213c6d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {}