From 30866e5a9a9a15de7971d6dcc9fbaf9400e949a1 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 6 Jan 2018 14:37:10 +0200 Subject: [PATCH] Typo version in docstring. --- aiogram/bot/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/bot/api.py b/aiogram/bot/api.py index 1cb86308..1498f2a3 100644 --- a/aiogram/bot/api.py +++ b/aiogram/bot/api.py @@ -162,7 +162,7 @@ class Methods(Helper): """ Helper for Telegram API Methods listed on https://core.telegram.org/bots/api - List is updated to Bot API 3.4 + List is updated to Bot API 3.5 """ mode = HelperMode.lowerCamelCase