update some comments

This commit is contained in:
chen 2016-10-14 12:05:36 -04:00
parent 2f2490e784
commit 87b857d307
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class H5Table(object):
------
del_entry() -- Force delete attributes/group/datasets (Dangerous)
get_attr() -- Return attributes if possible
add_attr() -- Add NEW attributes to dataset/group (please delete old first!)
add_attr() -- Add NEW attributes to dataset/group (no force overwrite)
get_data() -- Retrieve data in numpy.ndarray
add_data() -- Add dataset to H5 file
get_cmdlog() -- Return the command used to generate the data if possible.