Skip to content

Commit dc5de1f

Browse files
committed
Fix doc typo
1 parent 93fc03d commit dc5de1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/objecttypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ field is the ``resolve_{field_name}`` method on the ``ObjectType``.
5252

5353
By default resolvers take the arguments ``args``, ``context`` and ``info``.
5454

55-
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethods``,
55+
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethod``\ s,
5656
so the first argument to the resolver method ``self`` (or ``root``) need
5757
not be an actual instance of the ``ObjectType``.
5858

0 commit comments

Comments
 (0)