From c892e85d522e88dd2f55f29acae6728f10ba759c Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 21 Mar 2020 16:01:48 +0100 Subject: [PATCH] Remove repeated word --- docs/source/topics/serializing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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