diff --git a/src/sage/gsl/ode.pyx b/src/sage/gsl/ode.pyx index 7ed2ba8266b..12ad6a97930 100644 --- a/src/sage/gsl/ode.pyx +++ b/src/sage/gsl/ode.pyx @@ -165,7 +165,7 @@ class ode_solver(object): - ``gear2`` - M=2 implicit gear - The default algorithm if ``rkf45``. If you instead wanted to use + The default algorithm is ``rkf45``. If you instead wanted to use ``bsimp`` you would do:: sage: T.algorithm="bsimp"