Skip to content

Commit

Permalink
Typo in sphinx attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder authored Aug 9, 2018
1 parent c44e40f commit 04c09bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deap/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def varOr(population, toolbox, lambda_, cxpb, mutpb):
:param cxpb: The probability of mating two individuals.
:param mutpb: The probability of mutating an individual.
:returns: The final population
:returns: A class:`~deap.tools.Logbook` with the statistics of the
:returns: A :class:`~deap.tools.Logbook` with the statistics of the
evolution
The variation goes as follow. On each of the *lambda_* iteration, it
Expand Down

0 comments on commit 04c09bf

Please sign in to comment.