2
0
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:
Dan
2020-08-24 15:24:06 +02:00
parent d86d8530ce
commit b057dcb39d
2 changed files with 4 additions and 4 deletions

View File

@@ -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):