Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 7, 2023
1 parent 67d2903 commit d14e463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coffea/processor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ class FuturesExecutor(ExecutorBase):
An accumulator to collect the output of the function
pool : concurrent.futures.Executor class or instance, optional
The type of futures executor to use, defaults to ProcessPoolExecutor.
You can pass an instance instead of a class to re-use an executor
You can pass an instance instead of a class to reuse an executor
workers : int, optional
Number of parallel processes for futures (default 1)
status : bool, optional
Expand Down

0 comments on commit d14e463

Please sign in to comment.