From 22264d8ca54e6b9b3ad25018e1f3159f60fa1b52 Mon Sep 17 00:00:00 2001 From: SanjoSolutions <61918211+SanjoSolutions@users.noreply.github.com> Date: Sun, 4 Jul 2021 18:11:40 +0200 Subject: [PATCH] Fixes typo --- examples/TestTraits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TestTraits.py b/examples/TestTraits.py index 648f253d..67c00c49 100644 --- a/examples/TestTraits.py +++ b/examples/TestTraits.py @@ -149,7 +149,7 @@ def PrintGenomeTraits(g): PrintGenomeTraits( pop.GetBestGenome() ) print() - print('Fitnesss:', max(fitness_list), 'Generation:', generation) + print('Fitness:', max(fitness_list), 'Generation:', generation) print() pop.Epoch()