Skip to content
Snippets Groups Projects
Unverified Commit 1927bc77 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

fix typo (#161)

parent 7e246b6f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment