diff --git a/libensemble/ensemble.py b/libensemble/ensemble.py index d44a058b6a..ed275c4264 100644 --- a/libensemble/ensemble.py +++ b/libensemble/ensemble.py @@ -216,7 +216,7 @@ class Ensemble: Tell libEnsemble when to stop a run - libE_specs: :obj:`dict` or :class:`LibeSpecs`, optional + libE_specs: :obj:`dict` or :class:`LibeSpecs`, optional Specifications for libEnsemble @@ -224,13 +224,12 @@ class Ensemble: Specifications for the allocation function - persis_info: :obj:`dict`, optional Persistent information to be passed between user function instances :doc:`(example)` - executor: :class:`Executor`, optional + executor: :class:`Executor`, optional libEnsemble Executor instance for use within simulation or generator functions