Skip to content

Commit 457421b

Browse files
twieckiricardoV94
authored andcommitted
Fix trailing whitespace.
1 parent da68d11 commit 457421b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/sampling/mcmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def sample(
417417
Keyword arguments for :func:`pymc.to_inference_data`
418418
nuts_sampler_kwargs : dict, optional
419419
Keyword arguments for the sampling library that implements nuts.
420-
Only used when an external sampler is specified via the `nuts_sampler` kwarg.
420+
Only used when an external sampler is specified via the `nuts_sampler` kwarg.
421421
callback : function, default=None
422422
A function which gets called for every sample from the trace of a chain. The function is
423423
called with the trace and the current draw and will contain all samples for a single trace.

0 commit comments

Comments
 (0)