diff --git a/doc/short_vignettes/recorders_vignette.md b/doc/short_vignettes/recorders_vignette.md index bccab5212..c41584a3e 100644 --- a/doc/short_vignettes/recorders_vignette.md +++ b/doc/short_vignettes/recorders_vignette.md @@ -110,7 +110,7 @@ p = { "recregions": [fwdpy11.PoissonInterval(0, 1., rho / float(4 * pop.N))], "rates": (0.0, 1e-3, None), "prune_selected": False, - "demography": None, + "demography": fwdpy11.ForwardDemesGraph.tubes([pop.N], burnin=1), "simlen": pop.N, } params = fwdpy11.ModelParams(**p)