From c717a0187d7f20892058cfb428562606b5cfd2af Mon Sep 17 00:00:00 2001 From: daaawx Date: Fri, 28 Aug 2020 02:32:49 +0200 Subject: [PATCH] Add missing word in docs Added a missing word and changed sentence to use "are" instead of "is". --- readthedocs/concepts/strings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs/concepts/strings.rst b/readthedocs/concepts/strings.rst index dee48c80..a696b684 100644 --- a/readthedocs/concepts/strings.rst +++ b/readthedocs/concepts/strings.rst @@ -3,7 +3,7 @@ String-based Debugging ====================== Debugging is *really* important. Telegram's API is really big and there -is a lot of things that you should know. Such as, what attributes or fields +are a lot of things that you should know. Such as, what attributes or fields does a result have? Well, the easiest thing to do is printing it: .. code-block:: python @@ -32,7 +32,7 @@ Can we get better than the shown string, though? Yes! print(entity.stringify()) -Will show a much better: +Will show a much better representation: .. code-block:: python