diff --git a/pyradau13.c b/pyradau13.c index 4541c6857b4b5835e23e36ecc3dcc47b3b6f4f4a..fd6f1439c2d9a8b0d1b6084cd4da3a35fb860d9a 100644 --- a/pyradau13.c +++ b/pyradau13.c @@ -345,7 +345,7 @@ static PyMethodDef methods[] = { " y is the current state vector.\n" " it should return a vector df/dt.\n\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" " - order must be one of 13, 9 or 5.\n" " - max_steps denotes the maximal step count to take.\n"