We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac97b3b commit 96f6941Copy full SHA for 96f6941
Doc/tools/extensions/pyspecific.py
@@ -72,7 +72,7 @@ def parse_opcode_signature(env, sig, signode):
72
73
# Support for documenting pdb commands
74
75
-pdbcmd_sig_re = re.compile(r'([a-z()!]+)\s*(.*)')
+pdbcmd_sig_re = re.compile(r'([a-z()!_]+)\s*(.*)')
76
77
# later...
78
# pdbargs_tokens_re = re.compile(r'''[a-zA-Z]+ | # identifiers
0 commit comments