From f4f512d09baaec34621744cc604acf92b5fd312a Mon Sep 17 00:00:00 2001 From: Kash Lingat Date: Tue, 24 Apr 2018 10:35:47 -0700 Subject: Add missing closing quote around example --- docs/integrations/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/logging.rst b/docs/integrations/logging.rst index ed7342c..106a17b 100644 --- a/docs/integrations/logging.rst +++ b/docs/integrations/logging.rst @@ -120,7 +120,7 @@ capturing for all messages:: Passing tags and user context is also available through extra:: logger.error('There was an error, with user context and tags'), extra={ - 'user': {'email': 'test@test.com}, + 'user': {'email': 'test@test.com'}, 'tags': {'database': '1.0'}, }) -- cgit v1.2.1