Skip to content

Commit

Permalink
fix(bug): update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
giangbui committed Feb 9, 2018
1 parent d3c3714 commit 8d79a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peregrine/utils/payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def get_variables(payload):
return variables, errors


def contain_node_category(json, category):
def contain_node_with_category(json, category):
'''
Check if JSON object contain `category` keys or not
Args:
Expand Down

0 comments on commit 8d79a7c

Please sign in to comment.