Skip to content

Commit 436d0f9

Browse files
committed
being nice to the docs
1 parent 0ba93b3 commit 436d0f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/distributions/timeseries.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,11 +905,11 @@ class EulerMaruyama(Distribution):
905905
906906
Parameters
907907
----------
908-
dt: float
908+
dt : float
909909
time step of discretization
910-
sde_fn: callable
910+
sde_fn : callable
911911
function returning the drift and diffusion coefficients of SDE
912-
sde_pars: tuple
912+
sde_pars : tuple
913913
parameters of the SDE, passed as ``*args`` to ``sde_fn``
914914
init_dist : unnamed distribution, optional
915915
Scalar distribution for initial values. Unnamed refers to distributions created with

0 commit comments

Comments
 (0)