Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit c339587

Browse files
author
Jaquier Aurélien Tristan
committed
fix typo in parameters.py
1 parent c9c91ae commit c339587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/ephys/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class NrnPointProcessParameter(NrnParameter, DictMixin):
253253
"""Parameter of a section"""
254254
SERIALIZED_FIELDS = ('name', 'value', 'frozen', 'bounds', 'param_name',
255255
'value_scaler', 'locations', 'param_name',
256-
'param_dependancies')
256+
'param_dependencies')
257257

258258
def __init__(
259259
self,

0 commit comments

Comments
 (0)