From da9d61f65c6161fe9a36f22d42756a02097eedf0 Mon Sep 17 00:00:00 2001 From: Sanbu <96160062+sanbuphy@users.noreply.github.com> Date: Tue, 1 Nov 2022 16:56:52 +0800 Subject: [PATCH] [Doc]: Fix docstring of Config (#654) --- mmengine/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmengine/config/config.py b/mmengine/config/config.py index 860b60b4..ab61ba1b 100644 --- a/mmengine/config/config.py +++ b/mmengine/config/config.py @@ -545,7 +545,7 @@ class Config: 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': -- GitLab