We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ea156 commit c7a0dffCopy full SHA for c7a0dff
doc/sphinxarg/parser.py
@@ -10,7 +10,7 @@ def parser_navigate(parser_result, path, current_path=None):
10
if isinstance(path, str):
11
if path == '':
12
return parser_result
13
- path = re.split('\s+', path)
+ path = re.split(r'\s+', path)
14
current_path = current_path or []
15
if len(path) == 0:
16
0 commit comments