diff --git a/hnn_core/network.py b/hnn_core/network.py index 3e1db731d..f88aad045 100644 --- a/hnn_core/network.py +++ b/hnn_core/network.py @@ -1146,7 +1146,7 @@ def add_tonic_bias(self, *, cell_type=None, section='soma', section : str | 'soma' name of cell section the bias should be applied to. See net.cell_types[cell_type].sections.keys() - bias_name : str | 'tonic' + bias_name : str The name of the bias. amplitude: dict | float A dictionary of cell type keys (str) to amplitude values (float).