Skip to content

Commit aeb814b

Browse files
committed
Fix typo in docstring
1 parent d90bf99 commit aeb814b

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
@@ -95,7 +95,7 @@ async def create_source_event_stream(
9595
operation_name: str = None,
9696
field_resolver: GraphQLFieldResolver = None,
9797
) -> Union[AsyncIterable[Any], ExecutionResult]:
98-
"""Create source even stream
98+
"""Create source event stream
9999
100100
Implements the "CreateSourceEventStream" algorithm described in the GraphQL
101101
specification, resolving the subscription source event stream.

0 commit comments

Comments
 (0)