environment: spelling

This commit is contained in:
Robert Jördens 2018-05-23 09:33:24 +02:00
parent b09d07905c
commit 56cfe77c91
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class EnvExperiment(Experiment, HasEnvironment):
"""Base class for top-level experiments that use the ``HasEnvironment``
environment manager.
Most experiment should derive from this class."""
Most experiments should derive from this class."""
def prepare(self):
"""The default prepare method calls prepare for all children, in the
order of instantiation, if the child has a prepare method."""