Merge pull request #46 from thoscott/master

Updated my_document to dict from a tuple
This commit is contained in:
Russell Ballestrini 2021-11-11 13:23:49 -05:00 committed by GitHub
commit a8c790d60e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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