From f1bae5c50f41ab298480b329c940005319ca2f48 Mon Sep 17 00:00:00 2001 From: barbashovtd Date: Sat, 11 Sep 2021 01:34:49 +0300 Subject: [PATCH] Fixed typo in fields.py --- aiogram/types/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/types/fields.py b/aiogram/types/fields.py index 11c83eab..d1dc05b1 100644 --- a/aiogram/types/fields.py +++ b/aiogram/types/fields.py @@ -118,7 +118,7 @@ class Field(BaseField): class ListField(Field): """ - Field contains list ob objects + Field contains list of objects """ def __init__(self, *args, **kwargs):