From af00c2d546d6b098cc8e9e628449eb6791af4f5c Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Wed, 20 Nov 2024 22:24:12 +0100 Subject: [PATCH] Fix typo --- docs/integrations/flask.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/flask.md b/docs/integrations/flask.md index aea77fb43d..3ed41c65b2 100644 --- a/docs/integrations/flask.md +++ b/docs/integrations/flask.md @@ -142,8 +142,8 @@ tweaked based on your needs. ### encode_json `encode_json` allows to customize the encoding of HTTP and WebSocket JSON -response. By default we use `json.dumps` but you can override this method to use -a different encoder. +responses. By default we use `json.dumps` but you can override this method to +use a different encoder. ```python class MyGraphQLView(GraphQLView):