fixed indent in mutation docs

This commit is contained in:
Chapman Siu 2017-03-01 22:54:06 +11:00
parent ad251e9a8d
commit 3a198d052a

View File

@ -10,9 +10,9 @@ This example defines a Mutation:
.. code:: python
import graphene
import graphene
class CreatePerson(graphene.Mutation):
class CreatePerson(graphene.Mutation):
class Input:
name = graphene.String()