Skip to content

Commit

Permalink
revert RegionReference to type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 18, 2024
1 parent 7e3244c commit bd479aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/build/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def builder(self):

class RegionBuilder(ReferenceBuilder):

@docval({'name': 'region', 'type': (slice, tuple, list, 'RegionReference'),
@docval({'name': 'region', 'type': (slice, tuple, list, RegionReference),
'doc': 'The region, i.e. slice or indices, into the target dataset.'},
{'name': 'builder', 'type': DatasetBuilder, 'doc': 'The dataset this region reference applies to.'})
def __init__(self, **kwargs):
Expand Down

0 comments on commit bd479aa

Please sign in to comment.