Skip to content

Commit

Permalink
fix typo in doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Nov 20, 2024
1 parent c4d3bd4 commit 04893fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def use_mpi(require_mpi=False, log=True):
def choose_pool(processes, mpi=False, **kwargs):
""" Get processing pool.
Keyword arguments are pass to the pool constructor.
Keyword arguments are passed to the pool constructor.
"""
do_mpi, size, rank = use_mpi(require_mpi=mpi)
if do_mpi:
Expand Down

0 comments on commit 04893fa

Please sign in to comment.