Skip to content

Commit 64bbd01

Browse files
authored
Merge pull request #1061 from timgates42/bugfix/typo_systematically
Fix simple typo: systematicaly -> systematically
2 parents 2f0b668 + 5eb8c20 commit 64bbd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_python_sample_code/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def varAnd(population, toolbox, cxpb, mutpb):
6060
6161
This variation is named *And* beceause of its propention to apply both
6262
crossover and mutation on the individuals. Note that both operators are
63-
not applied systematicaly, the resulting individuals can be generated from
63+
not applied systematically, the resulting individuals can be generated from
6464
crossover only, mutation only, crossover and mutation, and reproduction
6565
according to the given probabilities. Both probabilities should be in
6666
:math:`[0, 1]`.

0 commit comments

Comments
 (0)