Skip to content

Commit e8d460a

Browse files
committed
Fix rstcheck errors
1 parent 6ba0df0 commit e8d460a

File tree

1 file changed

+4
-4
lines changed
  • shim/opentelemetry-opentracing-shim/tests/testbed/test_multiple_callbacks

1 file changed

+4
-4
lines changed

shim/opentelemetry-opentracing-shim/tests/testbed/test_multiple_callbacks/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Implementation details:
3838
with self.tracer.start_active_span("task"):
3939
await asyncio.sleep(interval)
4040
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)
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)

0 commit comments

Comments
 (0)