Skip to content

Commit d9cf14c

Browse files
authored
fix typo, "togheter" -> "together" (#4363)
1 parent 4e435ea commit d9cf14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/smc/sample_smc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def sample_smc(
5353
independent chains. Defaults to 2000.
5454
kernel: str
5555
Kernel method for the SMC sampler. Available option are ``metropolis`` (default) and `ABC`.
56-
Use `ABC` for likelihood free inference togheter with a ``pm.Simulator``.
56+
Use `ABC` for likelihood free inference together with a ``pm.Simulator``.
5757
n_steps: int
5858
The number of steps of each Markov Chain. If ``tune_steps == True`` ``n_steps`` will be used
5959
for the first stage and for the others it will be determined automatically based on the

0 commit comments

Comments
 (0)