Made my_document a dict instead of a tuple

The current my_document has a hanging comma, which would prevent it
from rendering properly in the example cases provided by the README.
This commit is contained in:
scotho 2021-11-11 12:36:44 -05:00
parent c1b0421479
commit c66bb7d744

View file

@ -131,7 +131,7 @@ For example, given the following document:
"EMAIL_RECOVERY" : "test3@example.com", "EMAIL_RECOVERY" : "test3@example.com",
"email_address" : "test4@example.com", "email_address" : "test4@example.com",
}, },
}, }
Next, we could act ``wild`` and find all the email addresses like this: Next, we could act ``wild`` and find all the email addresses like this: