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:
parent
c1b0421479
commit
c66bb7d744
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue