Skip to content

Commit

Permalink
Corrected small typo from 70409d
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed May 6, 2015
1 parent 63a6eb1 commit 5133a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Types
The first thing to do is to think of the appropriate type for your problem.
Then, instead of looking in the list of available types, DEAP enables you to
build your own. This is done with
the :mod:`~neap.creator` module. Creating an appropriate type might seem
the :mod:`~deap.creator` module. Creating an appropriate type might seem
overwhelming but the creator makes it very easy. In fact, this is usually done
in a single line. For example, the following creates a :class:`FitnessMin` class
for a minimization problem and an :class:`Individual` class that is derived
Expand Down

0 comments on commit 5133a0e

Please sign in to comment.