Skip to content

Commit

Permalink
fix(eltociear): typo in config.py (#776)
Browse files Browse the repository at this point in the history
suport -> support
  • Loading branch information
eltociear authored Feb 20, 2024
1 parent fb24992 commit e28438c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ding/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def read_config_directly(path: str) -> dict:
def read_config(path: str) -> Tuple[dict, dict]:
"""
Overview:
Read configuration from a file path(now only suport python file). And select some proper parts.
Read configuration from a file path(now only support python file). And select some proper parts.
Arguments:
- path (:obj:`str`): Path of configuration file
Returns:
Expand All @@ -200,7 +200,7 @@ def read_config(path: str) -> Tuple[dict, dict]:
def read_config_with_system(path: str) -> Tuple[dict, dict, dict]:
"""
Overview:
Read configuration from a file path(now only suport python file). And select some proper parts
Read configuration from a file path(now only support python file). And select some proper parts
Arguments:
- path (:obj:`str`): Path of configuration file
Returns:
Expand Down

0 comments on commit e28438c

Please sign in to comment.