From e0d0b55d5b65a977f737c21f57cc9220458e51b9 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Fri, 30 Mar 2018 17:44:20 +0900
Subject: [PATCH] Typo in VisualCortex_data.py

---
 multiarea_model/data_multiarea/VisualCortex_Data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multiarea_model/data_multiarea/VisualCortex_Data.py b/multiarea_model/data_multiarea/VisualCortex_Data.py
index 047ca4a..68b2a42 100644
--- a/multiarea_model/data_multiarea/VisualCortex_Data.py
+++ b/multiarea_model/data_multiarea/VisualCortex_Data.py
@@ -1329,7 +1329,7 @@ def process_raw_data():
 
     # Call R script to perform SLN fit
     print("We currently cannot publish the R code because of "
-          "copyright issues, there taking hard-coded fit parameters. "
+          "copyright issues, therefore taking hard-coded fit parameters. "
           "See Schmidt et al. (2018) for a full explanation "
           "of the procedure.")
     R_fit = [-0.1516142, -1.5343200]
-- 
GitLab