mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Fix docstring vector type
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user