mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
core: fix line too long
This commit is contained in:
+2
-1
@@ -39,7 +39,8 @@ from typing import Dict
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
CONSTANT_RE = (
|
CONSTANT_RE = (
|
||||||
r""" `(?P<constant>WEECHAT_[A-Z0-9_]+)` \((?P<type>(string|integer))\)(?: \+)?"""
|
r" `(?P<constant>WEECHAT_[A-Z0-9_]+)` "
|
||||||
|
r"\((?P<type>(string|integer))\)(?: \+)?"
|
||||||
)
|
)
|
||||||
|
|
||||||
FUNCTION_RE = r"""\[source,python\]
|
FUNCTION_RE = r"""\[source,python\]
|
||||||
|
|||||||
Reference in New Issue
Block a user