Skip to content

Commit aeff074

Browse files
authored
Update node.py
1 parent 5f321fe commit aeff074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/relay/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_node_from_global_id(cls, info, global_id, only_type=None):
9393
graphene_type = info.schema.get_type(_type).graphene_type
9494
except Exception as e:
9595
raise Exception(
96-
"Unable call from_global_id, is the id base64 encoding of 'TypeName:id': {} Exception: {}".format(
96+
"Unable to call from_global_id, is the id a base64 encoding of 'TypeName:id': {} Exception: {}".format(
9797
str(global_id), str(e)
9898
)
9999
)

0 commit comments

Comments
 (0)