mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix docstring vector type
This commit is contained in:
parent
4a0041ea7f
commit
66680af98c
1 changed files with 2 additions and 2 deletions
|
|
@ -205,8 +205,8 @@ class Compiler:
|
|||
else:
|
||||
arg_type = "List of :class:`pyrogram.api.types.{}`".format(
|
||||
".".join(
|
||||
arg_type.split(".")[:-1]
|
||||
+ [self.caml(arg_type.split(".")[-1])]
|
||||
sub_type.split(".")[:-1]
|
||||
+ [self.caml(sub_type.split(".")[-1])]
|
||||
)
|
||||
)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue