[skip ci] typo
This commit is contained in:
parent
28bb92021d
commit
ee1327c519
|
@ -176,7 +176,7 @@ class DADF5():
|
|||
|
||||
|
||||
def list_data(self):
|
||||
"""Gices information on all active datasets in the file."""
|
||||
"""Gives information on all active datasets in the file."""
|
||||
message = ''
|
||||
with h5py.File(self.filename,'r') as f:
|
||||
for i in self.iter_visible('increments'):
|
||||
|
|
Loading…
Reference in New Issue