Skip to content

Commit

Permalink
Update graphene/relay/connection.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Jonathan Kim <[email protected]>
  • Loading branch information
mvanlonden and jkimbo authored Aug 10, 2019
1 parent 55c7a67 commit 4b0cac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene/relay/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def resolve_connection(cls, connection_type, args, resolved):
return resolved

assert isinstance(resolved, Iterable), (
"Resolved value from the connection field has to be iterable or instance of {}. "
"Resolved value from the connection field has to be an iterable or instance of {}. "
'Received "{}"'
).format(connection_type, resolved)
connection = connection_from_array(
Expand Down

0 comments on commit 4b0cac5

Please sign in to comment.