Skip to content
Snippets Groups Projects
Commit 3d69a022 authored by Phillip Berndt's avatar Phillip Berndt
Browse files

Fixed typo in docstring

parent 7c1c2597
Branches
Tags
No related merge requests found
...@@ -345,7 +345,7 @@ static PyMethodDef methods[] = { ...@@ -345,7 +345,7 @@ static PyMethodDef methods[] = {
" y is the current state vector.\n" " y is the current state vector.\n"
" it should return a vector df/dt.\n\n" " it should return a vector df/dt.\n\n"
" - y0 must be the initial state vector.\n" " - y0 must be the initial state vector.\n"
" - t must be the desired new time level, or an increasing list\n", " - t must be the desired new time level, or an increasing list\n"
" of time levels.\n" " of time levels.\n"
" - order must be one of 13, 9 or 5.\n" " - order must be one of 13, 9 or 5.\n"
" - max_steps denotes the maximal step count to take.\n" " - max_steps denotes the maximal step count to take.\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment