Skip to content

Commit ab1178b

Browse files
RichardScottOZtwiecki
authored andcommitted
Update parallel_sampling.py
Separate not seperate
1 parent 8027751 commit ab1178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/parallel_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def rebuild_exc(exc, tb):
7979

8080

8181
class _Process:
82-
"""Seperate process for each chain.
82+
"""Separate process for each chain.
8383
We communicate with the main process using a pipe,
8484
and send finished samples using shared memory.
8585
"""

0 commit comments

Comments
 (0)