Skip to content

Commit a768130

Browse files
committed
fixed docs generation
1 parent 963db5e commit a768130

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

compiler/api/template/type.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
from typing import Union
66
from pyrogram import raw
77

8-
{name} = Union[{types}]
8+
{name} = Union[{types}]
9+
{name}.__doc__ = """
10+
{docstring}
11+
"""

0 commit comments

Comments
 (0)