Skip to content

Commit c9dbcac

Browse files
Update bosh3.py
1 parent 7222036 commit c9dbcac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

diffrax/solver/bosh3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ class Bosh3(AbstractERK):
2222
3rd order explicit Runge--Kutta method. Has an embedded 2nd order method for
2323
adaptive step sizing.
2424
25-
Also sometimes known as "Heun's third order method". (Not to be confused with
26-
[`diffrax.Heun`][], which is a second order method).
25+
Also sometimes known as "Ralston's third order method".
2726
"""
2827

2928
tableau = _bosh3_tableau

0 commit comments

Comments
 (0)