We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba0df0 commit 92844ccCopy full SHA for 92844cc
shim/opentelemetry-opentracing-shim/tests/testbed/test_multiple_callbacks/README.rst
@@ -38,7 +38,7 @@ Implementation details:
38
with self.tracer.start_active_span("task"):
39
await asyncio.sleep(interval)
40
41
- # Invoke and yield over the corotuines.
42
- with self.tracer.start_active_span("parent"):
43
- tasks = self.submit_callbacks()
44
- await asyncio.gather(*tasks)
+ # Invoke and yield over the coroutines.
+ with self.tracer.start_active_span("parent"):
+ tasks = self.submit_callbacks()
+ await asyncio.gather(*tasks)
0 commit comments