Skip to content

Commit 23c9a11

Browse files
committed
Split line.
1 parent b239392 commit 23c9a11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/parallel/use_fork.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ class p_iter_fork:
7070
about what the iterator does (e.g., killing subprocesses)
7171
- ``reset_interfaces`` -- boolean (default: ``True``); whether to reset all
7272
pexpect interfaces
73-
- ``reseed_rng`` -- boolean (default: ``False``); whether or not to reseed the rng in the subprocesses
73+
- ``reseed_rng`` -- boolean (default: ``False``); whether or not to reseed
74+
the rng in the subprocesses
7475
7576
EXAMPLES::
7677

0 commit comments

Comments
 (0)