From 04c09bf287256a337bc1be0f87c3eadaefd910ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Michel=20De=20Rainville?= Date: Thu, 9 Aug 2018 09:47:16 -0400 Subject: [PATCH] Typo in sphinx attribute --- deap/algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deap/algorithms.py b/deap/algorithms.py index 80211f4e9..3c418c24f 100644 --- a/deap/algorithms.py +++ b/deap/algorithms.py @@ -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