Skip to content

Commit

Permalink
minor docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Dec 21, 2023
1 parent 230c4bf commit 66d6b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ncollpyde/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def configure_threadpool(n_threads: Optional[int], name_prefix: Optional[str]):
----------
n_threads : Optional[int]
Number of threads to use.
If None or 0, will use the default
(see https://docs.rs/rayon/latest/rayon/struct.ThreadPoolBuilder.html#method.num_threads).
If None or 0, will use the default, see
https://docs.rs/rayon/latest/rayon/struct.ThreadPoolBuilder.html#method.num_threads.
name_prefix : Optional[str]
How to name threads created by this library.
Will be suffixed with the thread index.
Expand Down

0 comments on commit 66d6b40

Please sign in to comment.