1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: fix generation of python stub

This commit is contained in:
Sébastien Helleu
2022-06-24 07:46:35 +02:00
parent 031819173b
commit 38efd63012
+1 -1
View File
@@ -39,7 +39,7 @@ from typing import Dict
"""
CONSTANT_RE = (
r" `(?P<constant>WEECHAT_[A-Z0-9_]+)` "
r"( |\|) `(?P<constant>WEECHAT_[A-Z0-9_]+)` "
r"\((?P<type>(string|integer))\)(?: \+)?"
)