Skip to content

Commit

Permalink
Merge pull request numpy#6593 from WarrenWeckesser/userdoc-fix-order
Browse files Browse the repository at this point in the history
DOC: Fix an argument in 'Numpy for Matlab Users'.
  • Loading branch information
shoyer committed Oct 30, 2015
2 parents f428bce + 5dbe326 commit 98f8f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user/numpy-for-matlab-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ General Purpose Equivalents
- ``scipy.integrate.ode(f).set_integrator('dopri5')``
- integrate an ODE with Runge-Kutta 4,5
* - ``ode15s``
- ``scipy.integrate.ode(f).set_integrator('vode', method='bdf', order=15)``
- ``scipy.integrate.ode(f).set_integrator('vode', method='bdf', order=5)``
- integrate an ODE with BDF method

Linear Algebra Equivalents
Expand Down

0 comments on commit 98f8f9c

Please sign in to comment.