Skip to content

Commit 69b6286

Browse files
authored
Fix typo in docstring of ObjectType (#1343)
1 parent 485b1ed commit 69b6286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/types/objecttype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class ObjectType(BaseType, metaclass=ObjectTypeMeta):
6666
Methods starting with ``resolve_<field_name>`` are bound as resolvers of the matching Field
6767
name. If no resolver is provided, the default resolver is used.
6868
69-
Ambiguous types with Interface and Union can be determined through``is_type_of`` method and
69+
Ambiguous types with Interface and Union can be determined through ``is_type_of`` method and
7070
``Meta.possible_types`` attribute.
7171
7272
.. code:: python

0 commit comments

Comments
 (0)