From c66bb7d744f0b77af3d8ee4d999fdd7570f6f03f Mon Sep 17 00:00:00 2001 From: scotho Date: Thu, 11 Nov 2021 12:36:44 -0500 Subject: [PATCH] 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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c516f51..7e1f07f 100644 --- a/README.rst +++ b/README.rst @@ -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: