[skip ci] typo

This commit is contained in:
Martin Diehl 2019-09-16 11:21:06 -07:00
parent 28bb92021d
commit ee1327c519
1 changed files with 1 additions and 1 deletions

View File

@ -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'):