Fix a typo
Change-Id: I64e8a5ca2ac3dd79ab9a8e4199aeea344f43226f
This commit is contained in:
parent
f3bcd58a37
commit
97e2d359b6
@ -43,7 +43,7 @@ def create_or_update_filter(column, value, filter_type='eq', _filter=None):
|
|||||||
:param filter_type: filter type. Filter type can be
|
:param filter_type: filter type. Filter type can be
|
||||||
'eq', 'neq', 'gt', 'gte', 'lte', 'in',
|
'eq', 'neq', 'gt', 'gte', 'lte', 'in',
|
||||||
'lt', 'nin'. Default is 'eq'.
|
'lt', 'nin'. Default is 'eq'.
|
||||||
:parma _filter: Optional. If provided same filter dictionary will
|
:param _filter: Optional. If provided same filter dictionary will
|
||||||
be updated.
|
be updated.
|
||||||
:return: filter dictionary.
|
:return: filter dictionary.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user