From 49c00eecc8e42a3fc4b989e8e34ba93894752998 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 31 Dec 2022 14:05:42 +0000 Subject: [PATCH] update deps/DataInterface.py. vertial -> vertical Signed-off-by: Ikko Ashimine --- deps/DataInterface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/DataInterface.py b/deps/DataInterface.py index c7aaa6e..e68a942 100644 --- a/deps/DataInterface.py +++ b/deps/DataInterface.py @@ -517,7 +517,7 @@ class DataInterface: `_selectFiles`: default read all files, currently not in use return a dictionary contains: - `VHeader`: list, vertial header + `VHeader`: list, vertical header `HHeader`: list, horizontal header `Rows`: list[list], statistic data ''' @@ -590,7 +590,7 @@ class DataInterface: `_selectFiles`: default read all files, currently not in use return a dictionary contains: - `VHeader`: list, vertial header + `VHeader`: list, vertical header `Rows`: 2D list, element = (data, bin_num, isHBIN) `maxLen`: maximum column length ''' @@ -648,7 +648,7 @@ class DataInterface: `selectSites`: list of selected STDF sites return a dictionary contains: - `VHeader`: list, vertial header + `VHeader`: list, vertical header `Rows`: 2D list, element = (data, bin_num, isHBIN) `maxLen`: maximum column length ''' -- Gitee