Skip to content

A minor typo in doc: https://opentelemetry-python.readthedocs.io/en/latest/api/trace.html #3093

@Ericwonne

Description

@Ericwonne

Hello but sorry to interrupt that I need to correct the typo I found in https://opentelemetry-python.readthedocs.io/en/latest/api/trace.html

The typo occurs at the code snippet below:

This can also be used as a decorator:

@tracer.start_as_current_span("name"):
def function():
    ...

function()

where the first colon after the @ statement is an extra.

Please correct me if I myself made a mistake posting this. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiAffects the API package.docDocumentation-relatedgood first issueGood first issuehelp wantedinstrumentationRelated to the instrumentation of third party libraries or frameworks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions