Skip to content

Commit b3b3c8c

Browse files
doc fix
1 parent 6efbea5 commit b3b3c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffrax/_global_interpolation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class LinearInterpolation(AbstractGlobalInterpolation):
7272
ts = ...
7373
interp = LinearInterpolation(ts=ts, ...)
7474
term = ControlTerm(..., control=interp)
75-
stepsize_controller = PIDController(..., jump_ts=ts)
75+
stepsize_controller = ClipStepSizeController(PIDController(...), jump_ts=ts)
7676
```
7777
"""
7878

0 commit comments

Comments
 (0)