From c8c8706274d48ffaca3a4381b078baf5e8689cb4 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Tue, 26 Jan 2021 21:26:02 -0600 Subject: [PATCH] Update attributes.py --- attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes.py b/attributes.py index 5803180..14d9f4e 100644 --- a/attributes.py +++ b/attributes.py @@ -37,7 +37,7 @@ import matplotlib.pyplot as plt class Attributes: """Default GA attributes can be found here. If any attributes have not been set then they will fall back onto the default attribute. All - attributes have been catigorized to explain sections in the ga process.""" + attributes have been catigorized to explain sections in the ga process.""" #=====================# # Default GA methods: #