mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 03:08:51 +00:00
Update base.py
This commit is contained in:
parent
5580cdaa06
commit
49157af59b
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ class BaseBot:
|
|||
"""
|
||||
Context manager implements opportunity to change request timeout in current context
|
||||
|
||||
:param timeout:
|
||||
:param timeout: Request timeout
|
||||
:type timeout: :obj:`typing.Optional[typing.Union[base.Integer, base.Float, aiohttp.ClientTimeout]]`
|
||||
:return:
|
||||
"""
|
||||
timeout = self._prepare_timeout(timeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue