Skip to content

Commit 162683a

Browse files
committed
Fix typo
1 parent 01f4363 commit 162683a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/subscription/subscribe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def subscribe(
3636
compliant subscription, a GraphQL Response (ExecutionResult) with
3737
descriptive errors and no data will be returned.
3838
39-
If the the source stream could not be created due to faulty subscription
39+
If the source stream could not be created due to faulty subscription
4040
resolver logic or underlying systems, the coroutine object will yield a
4141
single ExecutionResult containing `errors` and no `data`.
4242

0 commit comments

Comments
 (0)