From 02127df8ab6d0bacfbe14e4c1cabbbd68053d884 Mon Sep 17 00:00:00 2001 From: Gabben <43146729+gabbhack@users.noreply.github.com> Date: Tue, 17 Mar 2020 21:09:00 +0500 Subject: [PATCH] :pencil: Fix docs --- aiogram/api/client/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/api/client/base.py b/aiogram/api/client/base.py index 9990b191..c21403e7 100644 --- a/aiogram/api/client/base.py +++ b/aiogram/api/client/base.py @@ -114,7 +114,7 @@ class BaseBot(ContextInstanceMixin, DataMixin): :type timeout: int :param chunk_size: File chunks size, defaults to 64 kb :type chunk_size: int - :param seek: Go to start of file when downloading is finished. Used only for :class:`typing.BinaryIO` type destination, defaults to True + :param seek: Go to start of file when downloading is finished. Used only for destination with :class:`typing.BinaryIO` type, defaults to True :type seek: bool """ if destination is None: