Merge branch 'dev-2.x' of https://github.com/barbashovtd/aiogram into patch-1

This commit is contained in:
barbashovtd 2021-09-27 01:18:35 +03:00
commit cdf5c79cd4
3 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ allow_ip(TELEGRAM_SUBNET_1, TELEGRAM_SUBNET_2)
class WebhookRequestHandler(web.View):
"""
Simple Wehhook request handler for aiohttp web server.
Simple Webhook request handler for aiohttp web server.
You need to register that in app:

View file

@ -162,7 +162,7 @@ class ListOfLists(Field):
class DateTimeField(Field):
"""
In this field st_ored datetime
In this field stored datetime
in: unixtime
out: datetime

View file

@ -79,7 +79,7 @@ class HelperMode(Helper):
@classmethod
def _snake_case(cls, text):
"""
Transform text to snake cale (Based on SCREAMING_SNAKE_CASE)
Transform text to snake case (Based on SCREAMING_SNAKE_CASE)
:param text:
:return: