From 53f7a0975a1e5044bd76dcb5d1fdb3070196f026 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Mon, 13 Mar 2023 11:17:39 +0100 Subject: [PATCH] Fix trailing whitespace. --- pymc/sampling/mcmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc/sampling/mcmc.py b/pymc/sampling/mcmc.py index 1dd22fa81..4ec7b254b 100644 --- a/pymc/sampling/mcmc.py +++ b/pymc/sampling/mcmc.py @@ -417,7 +417,7 @@ def sample( Keyword arguments for :func:`pymc.to_inference_data` nuts_sampler_kwargs : dict, optional Keyword arguments for the sampling library that implements nuts. - Only used when an external sampler is specified via the `nuts_sampler` kwarg. + Only used when an external sampler is specified via the `nuts_sampler` kwarg. callback : function, default=None A function which gets called for every sample from the trace of a chain. The function is called with the trace and the current draw and will contain all samples for a single trace.