Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Dec 9, 2019
1 parent c26cb64 commit 6914e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joblib/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_memmapping_executor(n_jobs, timeout=300, initializer=None, initargs=(),
arrays.
"""
global _executor_args
# Check if we can reuse the executor here instead of deffering the test to
# Check if we can reuse the executor here instead of deferring the test to
# loky as the reducers are objects that changes at each call.
executor_args = backend_args.copy()
executor_args.update(env if env else {})
Expand Down

0 comments on commit 6914e06

Please sign in to comment.