mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed typo in fields.py
This commit is contained in:
parent
358ecc7821
commit
f1bae5c50f
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue