mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add missing word in docs (#1538)
This commit is contained in:
parent
1ed0f75c49
commit
8cbaacabdb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user