This commit is contained in:
Martin Diehl 2020-05-31 18:51:12 +02:00
parent adb92de8cc
commit bcb0ce5e5e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Result:
Parameters
----------
fname : str
name of the DADF5 file to be openend.
name of the DADF5 file to be opened.
"""
with h5py.File(fname,'r') as f: