From 1e44a860a215cd54e52e796ac87907281159ff85 Mon Sep 17 00:00:00 2001 From: Simon Altrogge <8720147+simonaltrogge@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:31:19 +0200 Subject: [PATCH] Fix docstring formatting Add missing hyphen before `store_rejected_steps` argument in docstring of `ClipStepSizeController`'s constructor. --- diffrax/_step_size_controller/clip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffrax/_step_size_controller/clip.py b/diffrax/_step_size_controller/clip.py index cac6ec1a..4899da4b 100644 --- a/diffrax/_step_size_controller/clip.py +++ b/diffrax/_step_size_controller/clip.py @@ -201,7 +201,7 @@ def __init__( - `jump_ts`: Denotes extra times that must be stepped to, and at which the vector field has a known discontinuity. (This is used to force FSAL solvers to re-evaluate the vector field.) - `store_rejected_steps`: If this is set to a positive integer, then any + - `store_rejected_steps`: If this is set to a positive integer, then any rejected steps will have their time stored, and that time will be stepped to exactly in a later step. This is used when solving SDEs with noncommutative noise, for which this ensures that the distribution coming from Lévy area