From 3d69a022911f364cc2fb7aa25f9066b6b5fbf4fb Mon Sep 17 00:00:00 2001 From: Phillip Berndt <phillip.berndt@googlemail.com> Date: Wed, 3 Jun 2015 10:37:43 +0200 Subject: [PATCH] Fixed typo in docstring --- pyradau13.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyradau13.c b/pyradau13.c index 4541c68..fd6f143 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" -- GitLab