diff --git a/docs/py/reference.md b/docs/py/reference.md
index 9d97663..019a90c 100644
--- a/docs/py/reference.md
+++ b/docs/py/reference.md
@@ -126,8 +126,7 @@ post('risk', {'t': 'purchase', 'location': 'CA'})
**Note:**
*Using facts in the example above will produce the following output:*
-
-`Fraud detected -> US, CA`
+
`Fraud detected -> CA, US`
*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.*