Skip to content

Commit

Permalink
[Doc]: Fix docstring of Config (open-mmlab#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbuphy authored and ly015 committed Nov 9, 2022
1 parent da7711c commit c422d35
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 c422d35

Please sign in to comment.