Skip to content

Commit

Permalink
Fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 24, 2023
1 parent ddf7734 commit 3600079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/hdf5/test_modular_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def setUp(self):
)
self.data_read_io = None # HDF5IO used for reading the main data file
self.read_data_nwbfile = None # The NWBFile read after roundtrip
self.read_data_container = None # self.container after rountrip
self.read_data_container = None # self.container after roundtrip

# Variables for the second file which links the main data file
self.link_container = None # The container with the links before write
Expand Down

0 comments on commit 3600079

Please sign in to comment.