Skip to content

Commit

Permalink
update storage spec ref
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 17, 2024
1 parent 3c7274e commit ee881c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf/spec/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def is_region(self):
{'name': 'dims', 'type': (list, tuple), 'doc': 'the dimensions of this dataset', 'default': None},
{'name': 'required', 'type': bool,
'doc': 'whether or not this attribute is required. ignored when "value" is specified', 'default': True},
{'name': 'parent', 'type': 'BaseStorageSpec', 'doc': 'the parent of this spec', 'default': None},
{'name': 'parent', 'type': '~hdmf.spec.spec.BaseStorageSpec', 'doc': 'the parent of this spec', 'default': None},
{'name': 'value', 'type': None, 'doc': 'a constant value for this attribute', 'default': None},
{'name': 'default_value', 'type': None, 'doc': 'a default value for this attribute', 'default': None}
]
Expand Down

0 comments on commit ee881c0

Please sign in to comment.