We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc701f commit 37fbbf5Copy full SHA for 37fbbf5
docs/quickstart.rst
@@ -52,6 +52,6 @@ Then we can start querying our schema:
52
.. code:: python
53
54
result = schema.execute('{ hello }')
55
- print result.data['hello'] # "Hello stranger"
+ print(result.data['hello']) # "Hello stranger"
56
57
Congrats! You got your first graphene schema working!
0 commit comments