From ec82b5f4f33ea195e7751690e6c6158e4251a8fc Mon Sep 17 00:00:00 2001 From: "E. Madison Bray" <erik.bray@lri.fr> Date: Mon, 19 Jul 2021 11:07:27 +0200 Subject: [PATCH] "population change event" -> "population size change event" --- docs/simulator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simulator.rst b/docs/simulator.rst index a21b257d..f0ef56c8 100644 --- a/docs/simulator.rst +++ b/docs/simulator.rst @@ -23,7 +23,7 @@ initialize and run simulations: You can also specify which *simulator* to use. By default there is one built-in simulator--a simple simulator named `.OneEventSimulator` which uses :ref:`msprime <msprime:sec_intro>` which generates a model with one - population change event. + population size change event. Additional simulator implementations can be provided via :ref:`plugins <extending>`. Below we will give a brief :ref:`tutorial -- GitLab