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.
2 parents 9c10649 + 37fbbf5 commit 7b08dbdCopy full SHA for 7b08dbd
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