Skip to content

Commit cbbe36a

Browse files
committed
Fix method name in docstring
1 parent 176eabc commit cbbe36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/graphql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def graphql(
6464
:arg type_resolver:
6565
A type resolver function to use when none is provided by the schema.
6666
If not provided, the default type resolver is used (which looks for a
67-
`__typename` field or alternatively calls the `isTypeOf` method).
67+
`__typename` field or alternatively calls the `is_type_of` method).
6868
:arg middleware:
6969
The middleware to wrap the resolvers with
7070
:arg execution_context_class:

0 commit comments

Comments
 (0)