We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6464b commit 86c04c6Copy full SHA for 86c04c6
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('\\s+', path)
14
current_path = current_path or []
15
if len(path) == 0:
16
0 commit comments