Fix doc typo

This commit is contained in:
XatMassacrE 2017-07-11 10:27:36 +08:00
parent f22504c2fc
commit 93fc03d9e0

View File

@ -52,7 +52,7 @@ field is the ``resolve_{field_name}`` method on the ``ObjectType``.
By default resolvers take the arguments ``args``, ``context`` and ``info``.
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethod``s,
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethods``,
so the first argument to the resolver method ``self`` (or ``root``) need
not be an actual instance of the ``ObjectType``.