Skip to content

Commit

Permalink
Merge pull request DEAP#228 from JustinShenk/patch-1
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
fmder authored Sep 16, 2017
2 parents a5d77d1 + 260ae40 commit 2c4f926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/ga_onemax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We can't repeat it enough, in DEAP single objectives is a special case of
multi objectives.

Next we will create the class :class:`Individual`, which will inherit the
class :class:`list` and contain the our previously defined :class:`FitnessMax`
class :class:`list` and contain our previously defined :class:`FitnessMax`
class in its *fitness* attribute. Note that upon creation all our defined
classes will be part of the ``creator`` container and can be called directly.

Expand Down

0 comments on commit 2c4f926

Please sign in to comment.