From 314f52e004caef5edf389f0cff55cff9aba02794 Mon Sep 17 00:00:00 2001 From: Brett Jackson Date: Fri, 18 Oct 2019 17:53:48 -0500 Subject: [PATCH] fix whitespace --- docs/introspection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introspection.rst b/docs/introspection.rst index 0b63596..dea55bd 100644 --- a/docs/introspection.rst +++ b/docs/introspection.rst @@ -45,7 +45,7 @@ specify the parameters in your settings.py: GRAPHENE = { 'SCHEMA': 'tutorial.quickstart.schema', 'SCHEMA_OUTPUT': 'data/schema.json', # defaults to schema.json, - 'SCHEMA_INDENT': 2, # Defaults to None (displays all data on a single line) + 'SCHEMA_INDENT': 2, # Defaults to None (displays all data on a single line) }