From 995f1c780a35aef73c5678efa284330ffc368657 Mon Sep 17 00:00:00 2001
From: Didi Hou <didi.hou@rwth-aachen.de>
Date: Thu, 14 Mar 2024 13:46:27 +0100
Subject: [PATCH] corrected typo

---
 multi-area-model.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multi-area-model.ipynb b/multi-area-model.ipynb
index b6ada51..cf2346c 100644
--- a/multi-area-model.ipynb
+++ b/multi-area-model.ipynb
@@ -203,7 +203,7 @@
     "\n",
     "5. `g` defines the relative inhibitory synaptic strength (in relative units to the excitatory synaptic strength). By default: `-11.0`, as used in the full-scale network. `g = -1.0` means equal excitatory and inhibitory strengths, and `g < -1.0` results in stronger inhibition than excitation.\n",
     "\n",
-    "6. `rate_ext` defines the rate of the Poissonian spike generator (in spikes/s), by default: `10.0`. It also serves as one of the input parameters of the model. When a larger value is assigned to `rate_ext`, the excitatory background noise is increased. Note that the external Poisson indegree onto 5E and 6E is increased by a factor of 1.125 and 1.41666667 repectively, and the external Poisson indegree onto 23E and 5E in area TH is increased by a factor of 1.2."
+    "6. `rate_ext` defines the rate of the Poissonian spike generator (in spikes/s), by default: `10.0`. It also serves as one of the input parameters of the model. When a larger value is assigned to `rate_ext`, the excitatory background noise is increased. Note that the external Poisson indegree onto 5E and 6E is increased by a factor of 1.125 and 1.41666667 respectively, and the external Poisson indegree onto 23E and 5E in area TH is increased by a factor of 1.2."
    ]
   },
   {
-- 
GitLab