From 222f7ddfe626a23187f52c9b506899142666a5e5 Mon Sep 17 00:00:00 2001 From: bitsofreedom <34915492+bitsofreedom@users.noreply.github.com> Date: Thu, 18 Jan 2018 23:41:56 +0100 Subject: [PATCH] Typo fix --- nengo_gui/examples/tutorial/04-connecting-neurons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nengo_gui/examples/tutorial/04-connecting-neurons.py b/nengo_gui/examples/tutorial/04-connecting-neurons.py index c3b98bc8..c2fb61d9 100644 --- a/nengo_gui/examples/tutorial/04-connecting-neurons.py +++ b/nengo_gui/examples/tutorial/04-connecting-neurons.py @@ -14,7 +14,7 @@ # Whenever you make a connection, you can specify a "synapse" value. This # indicates the properties of the neurotransmitters and synapses (the actual -# connections between neurons). The most important paramter is the +# connections between neurons). The most important parameter is the # time constant: the amount of time it takes for the effects of a single spike # to wear off. For some parts of the brain, this is very fast (0.002 seconds) # and in other parts it is very slow (0.2 seconds). If you don't specify it,