updated deprecation text

Co-authored-by: Martin Winks <mpa@snejugal.ru>
This commit is contained in:
Oleg A 2020-11-05 14:51:34 +03:00 committed by GitHub
parent e2c7c4f0fc
commit 6880c65c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ class BaseBot:
finally:
self._ctx_token.reset(token)
@deprecated("This method behaviour will be changed in aiogram v3.0. "
@deprecated("This method's behavior will be changed in aiogram v3.0. "
"More info: https://core.telegram.org/bots/api#close")
async def close(self):
"""