From 1927bc772672acd40df1abc8d6cac64294e85bc8 Mon Sep 17 00:00:00 2001 From: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:29:45 +0800 Subject: [PATCH] fix typo (#161) --- mmengine/registry/default_scope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmengine/registry/default_scope.py b/mmengine/registry/default_scope.py index 7d221bef..204ac43d 100644 --- a/mmengine/registry/default_scope.py +++ b/mmengine/registry/default_scope.py @@ -8,7 +8,7 @@ class DefaultScope(ManagerMixin): """Scope of current task used to reset the current registry, which can be accessed globally. - Consider the case of reseting the current ``Resgitry`` by``default_scope`` + Consider the case of resetting the current ``Resgitry`` by``default_scope`` in the internal module which cannot access runner directly, it is difficult to get the ``default_scope`` defined in ``Runner``. However, if ``Runner`` created ``DefaultScope`` instance by given ``default_scope``, the internal