Skip to content

Commit e28438c

Browse files
author
Ikko Eltociear Ashimine
authored
fix(eltociear): typo in config.py (#776)
suport -> support
1 parent fb24992 commit e28438c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ding/config/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def read_config_directly(path: str) -> dict:
180180
def read_config(path: str) -> Tuple[dict, dict]:
181181
"""
182182
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.
184184
Arguments:
185185
- path (:obj:`str`): Path of configuration file
186186
Returns:
@@ -200,7 +200,7 @@ def read_config(path: str) -> Tuple[dict, dict]:
200200
def read_config_with_system(path: str) -> Tuple[dict, dict, dict]:
201201
"""
202202
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
204204
Arguments:
205205
- path (:obj:`str`): Path of configuration file
206206
Returns:

0 commit comments

Comments
 (0)