From 1e9e65efc20bd470b449b8f4ad69db706e911e80 Mon Sep 17 00:00:00 2001 From: Shinya Ito Date: Wed, 13 Sep 2023 17:43:13 -0700 Subject: [PATCH] Update pynest/examples/glif_psc_double_alpha_neuron.py Co-authored-by: jessica-mitchell --- pynest/examples/glif_psc_double_alpha_neuron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynest/examples/glif_psc_double_alpha_neuron.py b/pynest/examples/glif_psc_double_alpha_neuron.py index 6a7a700f1a..44787f01e2 100644 --- a/pynest/examples/glif_psc_double_alpha_neuron.py +++ b/pynest/examples/glif_psc_double_alpha_neuron.py @@ -25,7 +25,7 @@ ------------------------------------------------------------------------ Simple example of how to use the ``glif_psc_double_alpha`` neuron model that illustrates -difference from the ``glif_psc`` neuron model. +differences from the ``glif_psc`` neuron model. The behavior of the ``glif_psc_double_alpha`` neuron model is the same as the ``glif_psc`` neuron model, except that the synaptic currents are modeled as a double alpha function.