Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Jul 17, 2016
1 parent 304fc58 commit 99c1c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions joblib/_parallel_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class ParallelBackendBase(with_metaclass(ABCMeta)):
def effective_n_jobs(self, n_jobs):
"""Determine the number of jobs that can actually run in parallel
n_jobs is the is the number of workers requested by the callers.
Passing n_jobs=-1 means requesting all available workers for instance
matching the number of CPU cores on the worker host(s).
n_jobs is the number of workers requested by the callers. Passing
n_jobs=-1 means requesting all available workers for instance matching
the number of CPU cores on the worker host(s).
This method should return a guesstimate of the number of workers that
can actually perform work concurrently. The primary use case is to make
Expand Down

0 comments on commit 99c1c04

Please sign in to comment.