Skip to content

Commit 533b0c7

Browse files
committed
Fix typo
1 parent 5d2a216 commit 533b0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def parse_all(self, states: Iterable[State]) -> None:
959959
if self.options.native_parser:
960960
futures = []
961961
parsed_states = set()
962-
# Use at least --num-threads if specified by user.
962+
# Use at least --num-workers if specified by user.
963963
available_threads = max(get_available_threads(), self.options.num_workers)
964964
# Overhead from trying to parallelize (small) blocking portion of
965965
# parse_file_inner() results in no visible improvement with more than 8 threads.

0 commit comments

Comments
 (0)