Skip to content

Commit fd201de

Browse files
authored
Python typo fix (#3776)
comma was period
1 parent 3a2643e commit fd201de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/courses/interactive_modeling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Save the model in ``hhaxon.ses`` using :menuselection:`NEURONMainMenu --> File -
5050
Using the computational model
5151
+++++++++++++++++++++++++++++
5252

53-
If starting from a fresh launch of python, you can load the saved ses file by loading NEURON and its GUI: ``from neuron import n. gui`` and then selecting :menuselection:`NEURONMainMenu --> File --> loadsession`
53+
If starting from a fresh launch of python, you can load the saved ses file by loading NEURON and its GUI: ``from neuron import n, gui`` and then selecting :menuselection:`NEURONMainMenu --> File --> loadsession`
5454

5555
Alternatively you can use NEURON to execute ``hhaxon.ses``
5656

0 commit comments

Comments
 (0)