Commit a4774019 authored by c-bata's avatar c-bata

Fix typo

parent 00e1c558
......@@ -221,7 +221,7 @@ class BaseFileAdmin(BaseView, ActionsMixin):
Base form class. Will be used to create the upload, rename, edit, and delete form.
Allows enabling CSRF validation and useful if you want to have custom
contructor or override some fields.
constructor or override some fields.
Example::
......
......@@ -501,7 +501,7 @@ class BaseModelView(BaseView, ActionsMixin):
"""
Base form class. Will be used by form scaffolding function when creating model form.
Useful if you want to have custom contructor or override some fields.
Useful if you want to have custom constructor or override some fields.
Example::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment