diff --git a/opentracing/scope_managers/tornado.py b/opentracing/scope_managers/tornado.py index 3655a5c..72bd2df 100644 --- a/opentracing/scope_managers/tornado.py +++ b/opentracing/scope_managers/tornado.py @@ -95,7 +95,7 @@ def activate(self, span, finish_on_close): If no :func:`tracer_stack_context()` is detected, thread-local storage will be used to store the :class:`~opentracing.Scope`. Observe that in this case the active :class:`~opentracing.Span` - will not be automatically propagated to the child corotuines. + will not be automatically propagated to the child coroutines. :return: a :class:`~opentracing.Scope` instance to control the end of the active period for the :class:`~opentracing.Span`.