bpo-31304: Corrected typo in the documentation of multiprocessing.pool.Pool.starmap by pablogsal · Pull Request #4168 · python/cpython

@pablogsal

@pablogsal pablogsal changed the title bpo-31304: Corrected typo in the documentation of multiprocessing.pool.Pool.star… bpo-31304: Corrected typo in the documentation of multiprocessing.pool.Pool.starmap

Oct 29, 2017

diekmann

Mariatta

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 30, 2017
Update the kwarg in the documentation of `multiprocessing.pool.Pool.starmap_async`, from `error_back` to `error_callback` to match the source code..
(cherry picked from commit 1122575)

Mariatta pushed a commit that referenced this pull request

Oct 30, 2017
Update the kwarg in the documentation of `multiprocessing.pool.Pool.starmap_async`, from `error_back` to `error_callback` to match the source code.
(cherry picked from commit 1122575)

embray pushed a commit to embray/cpython that referenced this pull request

Nov 9, 2017
Update the kwarg in the documentation of `multiprocessing.pool.Pool.starmap_async`, from `error_back` to `error_callback` to match the source code..