Remove repeated word

This commit is contained in:
Dan 2020-03-21 16:01:48 +01:00
parent 1996fb1481
commit c892e85d52

View File

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