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,