mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 08:45:13 +00:00
Small fixes around docs
This commit is contained in:
@@ -25,7 +25,7 @@ import pyrogram
|
||||
|
||||
class Meta(type, metaclass=type("", (type,), {"__str__": lambda _: "~hi"})):
|
||||
def __str__(self):
|
||||
return f"<class 'pyrogram.{self.__name__}'>"
|
||||
return f"<class 'pyrogram.types.{self.__name__}'>"
|
||||
|
||||
|
||||
class Object(metaclass=Meta):
|
||||
|
Reference in New Issue
Block a user