forked from M-Labs/artiq
environment: spelling
This commit is contained in:
parent
b09d07905c
commit
56cfe77c91
|
@ -395,7 +395,7 @@ class EnvExperiment(Experiment, HasEnvironment):
|
||||||
"""Base class for top-level experiments that use the ``HasEnvironment``
|
"""Base class for top-level experiments that use the ``HasEnvironment``
|
||||||
environment manager.
|
environment manager.
|
||||||
|
|
||||||
Most experiment should derive from this class."""
|
Most experiments should derive from this class."""
|
||||||
def prepare(self):
|
def prepare(self):
|
||||||
"""The default prepare method calls prepare for all children, in the
|
"""The default prepare method calls prepare for all children, in the
|
||||||
order of instantiation, if the child has a prepare method."""
|
order of instantiation, if the child has a prepare method."""
|
||||||
|
|
Loading…
Reference in New Issue