Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/py/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ post('risk', {'t': 'purchase', 'location': 'CA'})
**Note:**

*Using facts in the example above will produce the following output:*

<sub>`Fraud detected -> US, CA`</sub>

<sub>`Fraud detected -> CA, US`</sub>

*In the example both facts satisfy the first condition m.t == 'purchase' and each fact satisfies the second condition m.location != c.first.location in relation to the facts which satisfied the first.*
Expand Down