File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
garlicsim/garlicsim/asynchronous_crunching Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments