Skip to content

Commit 6bd47fc

Browse files
committed
-
1 parent 9e7a034 commit 6bd47fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

garlicsim/garlicsim/asynchronous_crunching/crunching_manager.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ def __init__(self, project):
106106
The cruncher type that we will use to crunch the simulation.
107107
108108
All crunchers that the crunching manager will create will be of this
109-
type. The user may assign a different cruncher type to `.cruncher_type`,
110-
and on the next call to `.sync_crunchers` the crunching manager will
111-
retire all the existing crunchers and replace them with crunchers of the
112-
new type.
109+
type. The user may assign a different cruncher type to
110+
`.cruncher_type`, and on the next call to `.sync_crunchers` the
111+
crunching manager will retire all the existing crunchers and replace
112+
them with crunchers of the new type.
113113
'''
114114

115115

0 commit comments

Comments
 (0)