Skip to content

Commit

Permalink
Fix core.experiments docs (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Jun 6, 2019
1 parent 56a03eb commit 333c625
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xentica/core/experiment.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""
The collection of classes to describe experiments for CA models.
Experiment is a class with CA parameters stored as class
The experiment is a class with CA parameters stored as class
variables. Different models may have a different set of parameters. To
make sure all set correct, you should inherit your experiments from
make sure all set correctly, you should inherit your experiments from
:class:`Experiment` class.
The quick example::
A quick example::
from xentica import core, seeds
Expand Down Expand Up @@ -41,9 +41,9 @@ class MyExperiment(core.Experiment):

class Experiment:
"""
Base class for all experiments.
The base class for all experiments.
Right now doing nothing, but will be improved in future
versions. So it is adviced to inherit your experiments from it.
versions. So it is advised to inherit your experiments from it.
"""

0 comments on commit 333c625

Please sign in to comment.