From 280f8f7c2b84ac330db65dd1a28410bfcedbd611 Mon Sep 17 00:00:00 2001 From: chen Date: Sun, 9 Oct 2016 19:09:45 -0400 Subject: [PATCH] correct docstring according to PEP requirement --- lib/damask/h5table.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/damask/h5table.py b/lib/damask/h5table.py index 5e0a0a70a..a393c4805 100644 --- a/lib/damask/h5table.py +++ b/lib/damask/h5table.py @@ -51,8 +51,8 @@ def lables_to_path(label, dsXMLPath=None): class H5Table(object): + """Interface class for h5py - """ DESCRIPTION ----------- Interface/wrapper class for manipulating data in HDF5 with DAMASK @@ -76,6 +76,7 @@ class H5Table(object): that read the data only when its absolutely necessary. 2. The command line used to generate new feature is stored with each dataset as dataset attribute. + """ def __init__(self, h5f_path, new_file=False, dsXMLFile=None):