Skip to content

Commit

Permalink
update docstring to fix broken reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Mar 5, 2024
1 parent ecd7de2 commit a21f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/ecephys.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ElectrodeGroup(NWBContainer):
{'name': 'position', 'type': 'array_data',
'doc': 'Compound dataset with stereotaxic position of this electrode group (x, y, z). '
'Each element of the data array must have three elements or the dtype of the '
'array must be `(float, float, float)', 'default': None})
'array must be ``(float, float, float)``', 'default': None})
def __init__(self, **kwargs):
args_to_set = popargs_to_dict(('description', 'location', 'device', 'position'), kwargs)
super().__init__(**kwargs)
Expand Down

0 comments on commit a21f672

Please sign in to comment.