Skip to content

Commit

Permalink
[Doc]: Fix docstring of Config (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbuphy committed Nov 1, 2022
1 parent 090104d commit da9d61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmengine/config/config.py
Expand Up @@ -545,7 +545,7 @@ def _get_base_files(filename: str) -> list:
TypeError: Name of config file.
Returns:
list: A list of base config
list: A list of base config.
"""
file_format = filename.partition('.')[-1]
if file_format == 'py':
Expand Down

0 comments on commit da9d61f

Please sign in to comment.