Skip to content

Commit

Permalink
fix typo in docval inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 17, 2024
1 parent 1b0078c commit 53895f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _dec(cls):


@docval({'name': 'h5py_file', 'type': h5py.File, 'doc': 'An NWB file'}, rtype=tuple,
is_method=False,=)
is_method=False,)
def get_nwbfile_version(**kwargs):
"""
Get the NWB version of the file if it is an NWB file.
Expand Down

0 comments on commit 53895f2

Please sign in to comment.