Remove trailing whitespace

This commit is contained in:
Jonathan Kim 2018-12-26 20:32:22 +00:00
parent 349add5700
commit e1a2eb5a35

View File

@ -30,7 +30,7 @@ server with an associated set of resolve methods that know how to fetch
data.
We are going to create a very simple schema, with a ``Query`` with only
one field: ``hello`` and an input name. And when we query it, it should return ``"Hello
one field: ``hello`` and an input name. And when we query it, it should return ``"Hello
{argument}"``.
.. code:: python