Skip to content

Commit 5eb8c20

Browse files
committed
Fix simple typo: systematicaly -> systematically
Closes python-mode#1060
1 parent 7fbf9eb commit 5eb8c20

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)