Commit 2b5df840 authored by Luca Barbato's avatar Luca Barbato

doc: fix typo

parent 1ae3aad3
...@@ -115,7 +115,7 @@ Steps to add new model backend: ...@@ -115,7 +115,7 @@ Steps to add new model backend:
class MyBaseFilter(BaseFilter): class MyBaseFilter(BaseFilter):
def __init__(self, column, name, options=None, data_type=None): def __init__(self, column, name, options=None, data_type=None):
super(MyBaeFilter, self).__init__(name, options, data_type) super(MyBaseFilter, self).__init__(name, options, data_type)
self.column = column self.column = column
......
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