From cf12e8edc0be20c98f86a2683eb622f8de741acc Mon Sep 17 00:00:00 2001
From: glia <glia@dtu.dk>
Date: Wed, 7 Aug 2024 11:22:35 +0200
Subject: [PATCH] Update file Preamble.py

---
 Preamble.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Preamble.py b/Preamble.py
index d6d17b7..872257c 100644
--- a/Preamble.py
+++ b/Preamble.py
@@ -74,7 +74,7 @@ from mpl_toolkits.mplot3d import Axes3D # registers 3D projections
 
 # Non-library scripts
 # EEG microstate package by von Wegner & Lauf, 2018
-from eeg_microstates import * # downloadeded from https://github.com/Frederic-vW/eeg_microstates
+from eeg_microstates import * # downloaded from https://github.com/Frederic-vW/eeg_microstates
 # minimum Redundancy Maximum Relevance script by Kiran Karra
 from feature_select import * # downloaded from https://github.com/stochasticresearch/featureselect/blob/master/python/feature_select.py
 
-- 
GitLab