Skip to content

Commit 3e62fcf

Browse files
authored
Merge pull request #498 from XatMassacrE/master
Fix doc typo
2 parents f22504c + dc5de1f commit 3e62fcf

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 ``staticmethod``s,
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)