We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f4363 commit 162683aCopy full SHA for 162683a
graphql/subscription/subscribe.py
@@ -36,7 +36,7 @@ async def subscribe(
36
compliant subscription, a GraphQL Response (ExecutionResult) with
37
descriptive errors and no data will be returned.
38
39
- If the the source stream could not be created due to faulty subscription
+ If the source stream could not be created due to faulty subscription
40
resolver logic or underlying systems, the coroutine object will yield a
41
single ExecutionResult containing `errors` and no `data`.
42
0 commit comments