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
6c63621a
Unverified
Commit
6c63621a
authored
Jul 03, 2021
by
Zaida Zhou
Committed by
GitHub
Jul 03, 2021
Browse files
[Docs] Fix typo (#1166)
parent
66cefaff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/utils/config.py
mmcv/utils/config.py
+1
-1
No files found.
mmcv/utils/config.py
View file @
6c63621a
...
@@ -618,7 +618,7 @@ class DictAction(Action):
...
@@ -618,7 +618,7 @@ class DictAction(Action):
>>> DictAction._parse_iterable('[a, b, c]')
>>> DictAction._parse_iterable('[a, b, c]')
['a', 'b', 'c']
['a', 'b', 'c']
>>> DictAction._parse_iterable('[(1, 2, 3), [a, b], c]')
>>> DictAction._parse_iterable('[(1, 2, 3), [a, b], c]')
[(1, 2, 3), ['a', 'b], 'c']
[(1, 2, 3), ['a', 'b
'
], 'c']
"""
"""
def
find_next_comma
(
string
):
def
find_next_comma
(
string
):
...
...
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