File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def read_config_directly(path: str) -> dict:
180
180
def read_config (path : str ) -> Tuple [dict , dict ]:
181
181
"""
182
182
Overview:
183
- Read configuration from a file path(now only suport python file). And select some proper parts.
183
+ Read configuration from a file path(now only support python file). And select some proper parts.
184
184
Arguments:
185
185
- path (:obj:`str`): Path of configuration file
186
186
Returns:
@@ -200,7 +200,7 @@ def read_config(path: str) -> Tuple[dict, dict]:
200
200
def read_config_with_system (path : str ) -> Tuple [dict , dict , dict ]:
201
201
"""
202
202
Overview:
203
- Read configuration from a file path(now only suport python file). And select some proper parts
203
+ Read configuration from a file path(now only support python file). And select some proper parts
204
204
Arguments:
205
205
- path (:obj:`str`): Path of configuration file
206
206
Returns:
You can’t perform that action at this time.
0 commit comments