From 70c9e443a58e7efe5d2cc9e31a129c190ac43b98 Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Sun, 20 Sep 2020 16:14:59 -0400 Subject: [PATCH] Update EasyGA.py --- src/EasyGA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyGA.py b/src/EasyGA.py index c874907..f58f75d 100644 --- a/src/EasyGA.py +++ b/src/EasyGA.py @@ -20,7 +20,7 @@ class gene: def get_value(self): return self.value - # Should the gene creation of the genes veriation be + # Should the gene creation of the genes-veriation be # included in the gene class or should the use just # assign value to the gene and we move on?