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) }