Skip to content

Commit a8de6f3

Browse files
committed
Fix typo in docstring
1 parent 106885c commit a8de6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/subscription/subscribe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def create_source_event_stream(
104104
operation_name: Optional[str] = None,
105105
field_resolver: Optional[GraphQLFieldResolver] = None,
106106
) -> Union[AsyncIterable[Any], ExecutionResult]:
107-
"""Create source even stream
107+
"""Create source event stream
108108
109109
Implements the "CreateSourceEventStream" algorithm described in the GraphQL
110110
specification, resolving the subscription source event stream.

0 commit comments

Comments
 (0)