From 21ebe168d6ab1675a9e3478a8042af84efa87ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Fri, 26 Jan 2024 11:18:28 +0100 Subject: [PATCH] fix typo --- bluepyopt/ephys/parameterscalers/parameterscalers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluepyopt/ephys/parameterscalers/parameterscalers.py b/bluepyopt/ephys/parameterscalers/parameterscalers.py index 14fcb94c..342cb61f 100644 --- a/bluepyopt/ephys/parameterscalers/parameterscalers.py +++ b/bluepyopt/ephys/parameterscalers/parameterscalers.py @@ -289,7 +289,7 @@ def __init__( distribution (str): distribution of parameter dependent on distance from soma. string can contain `distance` and/or `value` as placeholders for the distance to the soma and parameter value - respectivily. It can also contain step_begin and step_end. + respectively. It can also contain step_begin and step_end. dist_param_names (list): list of names of parameters that parametrise the distribution. These names will become attributes of this object.