mirror of
https://github.com/LonamiWebs/Telethon
synced 2025-08-28 12:57:48 +00:00
Fix typo in docs (#1493)
This commit is contained in:
parent
ba4f4c1f78
commit
0f8119c400
@ -417,7 +417,7 @@ class TelegramBaseClient(abc.ABC):
|
|||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
# Download media in the background
|
# Download media in the background
|
||||||
task = client.loop_create_task(message.download_media())
|
task = client.loop.create_task(message.download_media())
|
||||||
|
|
||||||
# Do some work
|
# Do some work
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user