Skip to content

Commit 4b0cac5

Browse files
mvanlondenjkimbo
andauthored
Update graphene/relay/connection.py
Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
1 parent 55c7a67 commit 4b0cac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/relay/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def resolve_connection(cls, connection_type, args, resolved):
152152
return resolved
153153

154154
assert isinstance(resolved, Iterable), (
155-
"Resolved value from the connection field has to be iterable or instance of {}. "
155+
"Resolved value from the connection field has to be an iterable or instance of {}. "
156156
'Received "{}"'
157157
).format(connection_type, resolved)
158158
connection = connection_from_array(

0 commit comments

Comments
 (0)