Skip to content

Commit

Permalink
Trac 8979: fixing spelling mistake in sage/gsl/ode.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
Moredread committed May 18, 2010
1 parent 5788320 commit a344fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/gsl/ode.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a344fad

Please sign in to comment.