mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Fix docstring vector type
This commit is contained in:
parent
4a0041ea7f
commit
66680af98c
@ -205,8 +205,8 @@ class Compiler:
|
|||||||
else:
|
else:
|
||||||
arg_type = "List of :class:`pyrogram.api.types.{}`".format(
|
arg_type = "List of :class:`pyrogram.api.types.{}`".format(
|
||||||
".".join(
|
".".join(
|
||||||
arg_type.split(".")[:-1]
|
sub_type.split(".")[:-1]
|
||||||
+ [self.caml(arg_type.split(".")[-1])]
|
+ [self.caml(sub_type.split(".")[-1])]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user