Skip to content

Commit

Permalink
fix typo in Fitness class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
loganthomas committed Oct 3, 2019
1 parent e8c912e commit 1e5d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deap/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def decorate(self, alias, *decorators):

class Fitness(object):
"""The fitness is a measure of quality of a solution. If *values* are
provided as a tuple, the fitness is initalized using those values,
provided as a tuple, the fitness is initialized using those values,
otherwise it is empty (or invalid).
:param values: The initial values of the fitness as a tuple, optional.
Expand Down

0 comments on commit 1e5d502

Please sign in to comment.