Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
7f09a983
Unverified
Commit
7f09a983
authored
Sep 02, 2022
by
Hoantrbl
Committed by
GitHub
Sep 02, 2022
Browse files
[Docs] Fix the example error in registry.md (#2243)
the lack of colon(:)
parent
e843d73f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/zh_cn/understand_mmcv/registry.md
docs/zh_cn/understand_mmcv/registry.md
+1
-1
No files found.
docs/zh_cn/understand_mmcv/registry.md
View file @
7f09a983
...
@@ -56,7 +56,7 @@ from .converter1 import Converter1
...
@@ -56,7 +56,7 @@ from .converter1 import Converter1
# 使用注册器管理模块
# 使用注册器管理模块
@
CONVERTERS
.
register_module
()
@
CONVERTERS
.
register_module
()
def
converter2
(
a
,
b
)
def
converter2
(
a
,
b
)
:
return
Converter1
(
a
,
b
)
return
Converter1
(
a
,
b
)
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment