diff --git a/docs/source/topics/serializing.rst b/docs/source/topics/serializing.rst index 4c0b2327..b4d66f46 100644 --- a/docs/source/topics/serializing.rst +++ b/docs/source/topics/serializing.rst @@ -10,7 +10,7 @@ For Humans - str(obj) If you want a nicely formatted, human readable JSON representation of any object in the API -- namely, any object from :doc:`Pyrogram types <../api/types/index>`, :doc:`raw functions <../telegram/functions/index>` and -:doc:`raw types <../telegram/types/index>` -- you can use use ``str(obj)``. +:doc:`raw types <../telegram/types/index>` -- you can use ``str(obj)``. .. code-block:: python