Skip to content

Commit

Permalink
adjust docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 27, 2024
1 parent e566e81 commit 9dbfbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _auto_parse(check_function, obj, result: Optional[InspectorMessage] = None):


def _parse_location(neurodata_object) -> Optional[str]:
"""Grab the object location from a h5py.Dataset or a container content that is an h5py.Dataset object."""
"""Grab the object location from a dataset or a container content that is an dataset object."""
known_locations = {
NWBFile: "/",
Subject: "/general/subject",
Expand Down

0 comments on commit 9dbfbfd

Please sign in to comment.