aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/DataFeatures.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/DataFeatures.py')
-rw-r--r--src/argaze/DataFeatures.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/argaze/DataFeatures.py b/src/argaze/DataFeatures.py
index c89fdea..a608540 100644
--- a/src/argaze/DataFeatures.py
+++ b/src/argaze/DataFeatures.py
@@ -111,14 +111,14 @@ def properties(cls) -> list:
def from_json(filepath: str) -> any:
"""
- Load object instance from .json file.
+ Load object from json file.
- !!! note
- The directory where configuration file is will be the global working directory.
+ !!! note
+ The directory where json file is will be used as global working directory.
- Parameters:
- filepath: path to json configuration file
- """
+ Parameters:
+ filepath: path to json file
+ """
logging.debug('DataFeatures.from_json')