diff --git a/content/en/docs/instrumentation/python/manual.md b/content/en/docs/instrumentation/python/manual.md index f5bd89e490dc..1f0050e05f18 100644 --- a/content/en/docs/instrumentation/python/manual.md +++ b/content/en/docs/instrumentation/python/manual.md @@ -159,7 +159,7 @@ current_span.set_attribute("operation.other-stuff", [1, 2, 3]) [Semantic Attributes](/docs/reference/specification/trace/semantic_conventions/) are pre-defined [Attributes](/docs/concepts/signals/traces/#attributes) that are well-known naming conventions for common kinds of data. Using Semantic Attributes lets you normalize this kind of information across your systems. -To use Semantic Attributes in Python, ensure you have the semantic convetions package: +To use Semantic Attributes in Python, ensure you have the semantic conventions package: ```shell pip install opentelemetry-semantic-conventions