Skip to content

Commit

Permalink
Update src/hdmf/spec/spec.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
stephprince and rly authored Jan 18, 2024
1 parent 94a06cb commit ad2063e
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': '~hdmf.spec.spec.BaseStorageSpec', 'doc': 'the parent of this spec', 'default': None},
{'name': 'parent', 'type': '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 ad2063e

Please sign in to comment.