Fix a typo

Change-Id: I64e8a5ca2ac3dd79ab9a8e4199aeea344f43226f
This commit is contained in:
chenaidong1 2017-05-04 16:48:43 +08:00
parent f3bcd58a37
commit 97e2d359b6
1 changed files with 1 additions and 1 deletions

View File

@ -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
'eq', 'neq', 'gt', 'gte', 'lte', 'in',
'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.
:return: filter dictionary.